From 80e87d78685c9285a2fe18eba1c97dd317fc1604 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Fri, 16 Jun 2017 09:58:13 +0000 Subject: [PATCH] Tweaked default window sizes. --- gsmartcontrol/src/gsc_main_window.cpp | 2 -- gsmartcontrol/src/res/gsc_executor_log_window.ui | 4 ++-- gsmartcontrol/src/res/gsc_help_window.ui | 4 ++-- gsmartcontrol/src/res/gsc_main_window.ui | 4 ++-- gsmartcontrol/src/res/gsc_text_window.ui | 4 ++-- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/gsmartcontrol/src/gsc_main_window.cpp b/gsmartcontrol/src/gsc_main_window.cpp index 87be36e..eb9f39e 100644 --- a/gsmartcontrol/src/gsc_main_window.cpp +++ b/gsmartcontrol/src/gsc_main_window.cpp @@ -56,8 +56,6 @@ GscMainWindow::GscMainWindow(BaseObjectType* gtkcobj, const app_ui_res_ref_t& re // iconview, gtkuimanager stuff (menus), custom labels create_widgets(); - set_default_size(600, 540); - // show the window first, scan later show(); diff --git a/gsmartcontrol/src/res/gsc_executor_log_window.ui b/gsmartcontrol/src/res/gsc_executor_log_window.ui index 7711dbb..7c1d599 100644 --- a/gsmartcontrol/src/res/gsc_executor_log_window.ui +++ b/gsmartcontrol/src/res/gsc_executor_log_window.ui @@ -5,8 +5,8 @@ False Execution Log - GSmartControl - 620 - 450 + 900 + 650 True diff --git a/gsmartcontrol/src/res/gsc_help_window.ui b/gsmartcontrol/src/res/gsc_help_window.ui index fe22914..983c3ed 100644 --- a/gsmartcontrol/src/res/gsc_help_window.ui +++ b/gsmartcontrol/src/res/gsc_help_window.ui @@ -5,8 +5,8 @@ False Help - GSmartControl - 630 - 460 + 900 + 650 True diff --git a/gsmartcontrol/src/res/gsc_main_window.ui b/gsmartcontrol/src/res/gsc_main_window.ui index 55910c8..a6994c7 100644 --- a/gsmartcontrol/src/res/gsc_main_window.ui +++ b/gsmartcontrol/src/res/gsc_main_window.ui @@ -5,8 +5,8 @@ False GSmartControl - 580 - 400 + 600 + 540 True diff --git a/gsmartcontrol/src/res/gsc_text_window.ui b/gsmartcontrol/src/res/gsc_text_window.ui index 0c75fbe..0b2ebed 100644 --- a/gsmartcontrol/src/res/gsc_text_window.ui +++ b/gsmartcontrol/src/res/gsc_text_window.ui @@ -5,8 +5,8 @@ False GSmartControl - 600 - 430 + 800 + 600 True