mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-10-31 10:37:00 -04:00 
			
		
		
		
	Move the cover grid button to the center
This commit is contained in:
		
							parent
							
								
									26b5f6a189
								
							
						
					
					
						commit
						cf699a8f2b
					
				| @ -387,7 +387,7 @@ class LayoutMixin(object):  # {{{ | |||||||
|             self.bd_splitter.addWidget(self.book_details) |             self.bd_splitter.addWidget(self.book_details) | ||||||
|             self.bd_splitter.setCollapsible(self.bd_splitter.other_index, False) |             self.bd_splitter.setCollapsible(self.bd_splitter.other_index, False) | ||||||
|             self.centralwidget.layout().addWidget(self.bd_splitter) |             self.centralwidget.layout().addWidget(self.bd_splitter) | ||||||
|             button_order = ('tb', 'bd', 'cb', 'gv') |             button_order = ('tb', 'bd', 'gv', 'cb') | ||||||
|         # }}} |         # }}} | ||||||
|         else:  # wide {{{ |         else:  # wide {{{ | ||||||
|             self.bd_splitter = Splitter('book_details_splitter', |             self.bd_splitter = Splitter('book_details_splitter', | ||||||
| @ -402,7 +402,7 @@ class LayoutMixin(object):  # {{{ | |||||||
|             self.bd_splitter.setSizePolicy(QSizePolicy(QSizePolicy.Expanding, |             self.bd_splitter.setSizePolicy(QSizePolicy(QSizePolicy.Expanding, | ||||||
|                 QSizePolicy.Expanding)) |                 QSizePolicy.Expanding)) | ||||||
|             self.centralwidget.layout().addWidget(self.bd_splitter) |             self.centralwidget.layout().addWidget(self.bd_splitter) | ||||||
|             button_order = ('tb', 'cb', 'bd', 'gv') |             button_order = ('tb', 'cb', 'gv', 'bd') | ||||||
|         # }}} |         # }}} | ||||||
| 
 | 
 | ||||||
|         self.status_bar = StatusBar(self) |         self.status_bar = StatusBar(self) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user