mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Merge from trunk
This commit is contained in:
commit
7e525f624b
@ -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