mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2048667 [Update label wrong position](https://bugs.launchpad.net/calibre/+bug/2048667)
This commit is contained in:
parent
a1b06901fd
commit
081bceb9e4
@ -496,7 +496,7 @@ class LayoutMixin: # {{{
|
||||
QToolButton:checked { background: rgba(0, 0, 0, 25%); }
|
||||
''')
|
||||
for button in reversed(self.layout_buttons):
|
||||
self.status_bar.insertPermanentWidget(1, button)
|
||||
self.status_bar.insertPermanentWidget(2, button)
|
||||
self.layout_button.setMenu(LayoutMenu(self))
|
||||
self.layout_button.setVisible(not gprefs['show_layout_buttons'])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user