From 6476a84ce74307e89719cc25223828f1f5f83bd1 Mon Sep 17 00:00:00 2001 From: Sergey Palcheh Date: Fri, 17 Oct 2025 10:52:23 +0600 Subject: [PATCH] increased the width of the application button panel --- winehelper_gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winehelper_gui.py b/winehelper_gui.py index c85f5ae..fee19ea 100644 --- a/winehelper_gui.py +++ b/winehelper_gui.py @@ -1668,8 +1668,8 @@ class WineHelperGUI(QMainWindow): self.main_layout.addLayout(content_layout) # Фиксируем минимальные размеры - self.stacked_widget.setMinimumWidth(520) - self.info_panel.setMinimumWidth(415) + self.stacked_widget.setMinimumWidth(535) + self.info_panel.setMinimumWidth(395) # Вкладки self.create_auto_install_tab()