mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Adjusted the height of the pref dialog to look better under Linux.
This commit is contained in:
parent
dd031ffa1d
commit
76b873a504
@ -80,9 +80,9 @@ class PreferencesDialog(PreferencesDialogBase):
|
|||||||
if ISLINUX:
|
if ISLINUX:
|
||||||
# Under linux, whether it's a Qt layout bug or something else, the size threshold text edit
|
# Under linux, whether it's a Qt layout bug or something else, the size threshold text edit
|
||||||
# doesn't have enough space, so we make the pref pane higher to compensate.
|
# doesn't have enough space, so we make the pref pane higher to compensate.
|
||||||
self.resize(self.width(), 490)
|
self.resize(self.width(), 530)
|
||||||
elif ISWINDOWS:
|
elif ISWINDOWS:
|
||||||
self.resize(self.width(), 420)
|
self.resize(self.width(), 440)
|
||||||
|
|
||||||
def _load(self, prefs, setchecked):
|
def _load(self, prefs, setchecked):
|
||||||
scan_type_index = SCAN_TYPE_ORDER.index(prefs.scan_type)
|
scan_type_index = SCAN_TYPE_ORDER.index(prefs.scan_type)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user