mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 13:25:37 +00:00
Tweaked default window sizes.
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user