mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-28 08:23:44 +01:00
Merge from trunk
This commit is contained in:
commit
7e525f624b
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ def fix_push_buttons(self, *args):
|
|||
# while the buttons outside them do not, leading to weirdness.
|
||||
# Further, buttons with and without icons have different minimum sizes
|
||||
# so things look even more out of whack.
|
||||
ht = self.title.height()
|
||||
ht = self.title.height() + 2
|
||||
for but in self.findChildren(QPushButton):
|
||||
but.setMaximumHeight(ht)
|
||||
but.setMinimumHeight(ht)
|
||||
|
|
|
|||
Loading…
Reference in a new issue