increased the width of the application button panel
This commit is contained in:
@@ -1668,8 +1668,8 @@ class WineHelperGUI(QMainWindow):
|
|||||||
self.main_layout.addLayout(content_layout)
|
self.main_layout.addLayout(content_layout)
|
||||||
|
|
||||||
# Фиксируем минимальные размеры
|
# Фиксируем минимальные размеры
|
||||||
self.stacked_widget.setMinimumWidth(520)
|
self.stacked_widget.setMinimumWidth(535)
|
||||||
self.info_panel.setMinimumWidth(415)
|
self.info_panel.setMinimumWidth(395)
|
||||||
|
|
||||||
# Вкладки
|
# Вкладки
|
||||||
self.create_auto_install_tab()
|
self.create_auto_install_tab()
|
||||||
|
Reference in New Issue
Block a user