From 1a45fd86e68504d3a31f6d8b1ebf79c7aa1b31d2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 3 Jun 2012 16:30:15 +0530 Subject: [PATCH] ... --- src/calibre/gui2/metadata/single.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/metadata/single.py b/src/calibre/gui2/metadata/single.py index 51e63429ee..07a709538d 100644 --- a/src/calibre/gui2/metadata/single.py +++ b/src/calibre/gui2/metadata/single.py @@ -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)