镜像自地址
https://github.com/arsenetar/dupeguru.git
已同步 2025-09-11 17:58:17 +00:00
Fixed pref dialog UI for Linux.
这个提交包含在:
父节点
a88519b814
当前提交
7c38217308
@ -87,7 +87,7 @@ class PreferencesDialog(PreferencesDialogBase):
|
||||
if sys.platform == 'linux2':
|
||||
# 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(), 480)
|
||||
self.resize(self.width(), 490)
|
||||
elif sys.platform == 'win32':
|
||||
self.resize(self.width(), 420)
|
||||
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户