Tweaked default window sizes.

This commit is contained in:
Alexander Shaduri
2017-06-16 09:58:13 +00:00
parent e21ccb9671
commit 80e87d7868
5 changed files with 8 additions and 10 deletions
-2
View File
@@ -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();
@@ -5,8 +5,8 @@
<object class="GtkWindow" id="gsc_executor_log_window">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Execution Log - GSmartControl</property>
<property name="default_width">620</property>
<property name="default_height">450</property>
<property name="default_width">900</property>
<property name="default_height">650</property>
<property name="destroy_with_parent">True</property>
<child>
<object class="GtkBox" id="vbox1">
+2 -2
View File
@@ -5,8 +5,8 @@
<object class="GtkWindow" id="gsc_help_window">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Help - GSmartControl</property>
<property name="default_width">630</property>
<property name="default_height">460</property>
<property name="default_width">900</property>
<property name="default_height">650</property>
<child>
<object class="GtkBox" id="vbox1">
<property name="visible">True</property>
+2 -2
View File
@@ -5,8 +5,8 @@
<object class="GtkWindow" id="gsc_main_window">
<property name="can_focus">False</property>
<property name="title" translatable="yes">GSmartControl</property>
<property name="default_width">580</property>
<property name="default_height">400</property>
<property name="default_width">600</property>
<property name="default_height">540</property>
<child>
<object class="GtkBox" id="vbox1">
<property name="visible">True</property>
+2 -2
View File
@@ -5,8 +5,8 @@
<object class="GtkWindow" id="gsc_text_window">
<property name="can_focus">False</property>
<property name="title" translatable="yes">GSmartControl</property>
<property name="default_width">600</property>
<property name="default_height">430</property>
<property name="default_width">800</property>
<property name="default_height">600</property>
<property name="destroy_with_parent">True</property>
<child>
<object class="GtkBox" id="vbox1">