mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Reduce height of tooltip box in conversion dialog
This commit is contained in:
parent
a39903be76
commit
ba31bc20bc
@ -181,7 +181,7 @@ class Config(QDialog):
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
sizePolicy.setHeightForWidth(self.help.sizePolicy().hasHeightForWidth())
|
||||
self.help.setSizePolicy(sizePolicy)
|
||||
self.help.setMaximumSize(QSize(16777215, 130))
|
||||
self.help.setMaximumHeight(80)
|
||||
self.help.setObjectName("help")
|
||||
self.gridLayout.addWidget(self.help, 2, 1, 1, 1)
|
||||
self.input_label.setBuddy(self.input_formats)
|
||||
|
Loading…
x
Reference in New Issue
Block a user