mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
82f2c10859
commit
1a45fd86e6
@ -108,7 +108,7 @@ class MetadataSingleDialogBase(ResizableDialog):
|
||||
# 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…
x
Reference in New Issue
Block a user