mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-08 17:59:50 +00:00
Fixed pref dialog UI for Linux.
This commit is contained in:
parent
a88519b814
commit
7c38217308
@ -87,7 +87,7 @@ class PreferencesDialog(PreferencesDialogBase):
|
|||||||
if sys.platform == 'linux2':
|
if sys.platform == 'linux2':
|
||||||
# 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(), 480)
|
self.resize(self.width(), 490)
|
||||||
elif sys.platform == 'win32':
|
elif sys.platform == 'win32':
|
||||||
self.resize(self.width(), 420)
|
self.resize(self.width(), 420)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user