zrcadlo
https://github.com/arsenetar/dupeguru.git
synchronizováno 2025-09-11 17:58:17 +00:00
Adjusted the height of the pref dialog to look better under Linux.
Tento commit je obsažen v:
rodič
dd031ffa1d
revize
76b873a504
@ -80,9 +80,9 @@ class PreferencesDialog(PreferencesDialogBase):
|
||||
if ISLINUX:
|
||||
# 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.
|
||||
self.resize(self.width(), 490)
|
||||
self.resize(self.width(), 530)
|
||||
elif ISWINDOWS:
|
||||
self.resize(self.width(), 420)
|
||||
self.resize(self.width(), 440)
|
||||
|
||||
def _load(self, prefs, setchecked):
|
||||
scan_type_index = SCAN_TYPE_ORDER.index(prefs.scan_type)
|
||||
|
||||
Načítá se…
x
Odkázat v novém úkolu
Zablokovat Uživatele