[glom] Set Progress Dialog default size.
- From: Daniel Borgmann <dborg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Set Progress Dialog default size.
- Date: Tue, 6 Apr 2010 12:32:57 +0000 (UTC)
commit 74e41495d03d52ead6cf3bd4510ad89caadfecce
Author: Daniel Borgmann <danielb openismus com>
Date: Tue Apr 6 13:32:45 2010 +0100
Set Progress Dialog default size.
* glom/glom.glade: Set a reasonable default size for the progress
dialog, that allows to read the title at least.
ChangeLog | 7 +++++++
glom/glom.glade | 2 ++
2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 08cb04e..2fd3824 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-04-06 Daniel Borgmann <danielb openismus com>
+ Set Progress Dialog default size.
+
+ * glom/glom.glade: Set a reasonable default size for the progress
+ dialog, that allows to read the title at least.
+
+2010-04-06 Daniel Borgmann <danielb openismus com>
+
Select Field Dialog adjustments.
* glom/glom_developer.glade: Spacing and mnemonic adjustments/fixes,
diff --git a/glom/glom.glade b/glom/glom.glade
index 48a2051..e778da7 100644
--- a/glom/glom.glade
+++ b/glom/glom.glade
@@ -462,6 +462,8 @@
<object class="GtkWindow" id="window_progress">
<property name="title" translatable="yes">Processing</property>
<property name="window_position">center-on-parent</property>
+ <property name="default_width">300</property>
+ <property name="default_height">100</property>
<child>
<object class="GtkVBox" id="vbox84">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]