We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966d75f commit 21de938Copy full SHA for 21de938
gui.py
@@ -41,7 +41,8 @@ def __init__(self):
41
# 初始化系统主题监听器并连接信号
42
# self.themeListener = SystemThemeListener(self)
43
# self.themeListener.start()
44
-
+ # 任何尺寸下都悬浮展开, 防止窗口撑大
45
+ self.navigationInterface.panel.minimumExpandWidth = 999999
46
# 设置窗口图标
47
self.setWindowIcon(QtGui.QIcon("design/vse.ico"))
48
self.setWindowTitle(tr['SubtitleExtractorGUI']['Title'] + " v" + VERSION)
0 commit comments