[glom] Main window: Use a smaller default size.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Main window: Use a smaller default size.
- Date: Mon, 24 Oct 2011 14:42:26 +0000 (UTC)
commit 33ac761230a21369bb4eefd0a7f38d3241ab03ef
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Oct 24 16:42:21 2011 +0200
Main window: Use a smaller default size.
* ui/operator/window_main.glade: Request a small enough size to fit small
screens. This will then not warn during test_glade_derived_instantiation.cc.
However, more space may be requested later.
ChangeLog | 8 ++++++++
ui/operator/window_main.glade | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 75e54af..99b5ed9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-10-24 Murray Cumming <murrayc murrayc com>
+ Main window: Use a smaller default size.
+
+ * ui/operator/window_main.glade: Request a small enough size to fit small
+ screens. This will then not warn during test_glade_derived_instantiation.cc.
+ However, more space may be requested later.
+
+2011-10-24 Murray Cumming <murrayc murrayc com>
+
Remove the unnused PlaceholderGlom class.
* glom/mode_data/placeholder-glom.[h|cc]: Remove these files.
diff --git a/ui/operator/window_main.glade b/ui/operator/window_main.glade
index be2c3a2..a9ce0d9 100644
--- a/ui/operator/window_main.glade
+++ b/ui/operator/window_main.glade
@@ -4,8 +4,8 @@
<object class="GtkWindow" id="window_main">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Glom</property>
- <property name="default_width">900</property>
- <property name="default_height">700</property>
+ <property name="default_width">600</property>
+ <property name="default_height">550</property>
<child>
<object class="GtkVBox" id="bakery_vbox">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]