mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-10-30 10:12:25 -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.setCollapsible(self.bd_splitter.other_index, False) | ||||
|             self.centralwidget.layout().addWidget(self.bd_splitter) | ||||
|             button_order = ('tb', 'bd', 'cb', 'gv') | ||||
|             button_order = ('tb', 'bd', 'gv', 'cb') | ||||
|         # }}} | ||||
|         else:  # wide {{{ | ||||
|             self.bd_splitter = Splitter('book_details_splitter', | ||||
| @ -402,7 +402,7 @@ class LayoutMixin(object):  # {{{ | ||||
|             self.bd_splitter.setSizePolicy(QSizePolicy(QSizePolicy.Expanding, | ||||
|                 QSizePolicy.Expanding)) | ||||
|             self.centralwidget.layout().addWidget(self.bd_splitter) | ||||
|             button_order = ('tb', 'cb', 'bd', 'gv') | ||||
|             button_order = ('tb', 'cb', 'gv', 'bd') | ||||
|         # }}} | ||||
| 
 | ||||
|         self.status_bar = StatusBar(self) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user