[Gnucash-changes] r14492 - gnucash/trunk - In the account dialog, do not expand the upper left entries when the
Andreas Köhler
andi5 at cvs.gnucash.org
Thu Jul 13 17:38:01 EDT 2006
Author: andi5
Date: 2006-07-13 17:37:59 -0400 (Thu, 13 Jul 2006)
New Revision: 14492
Trac: http://svn.gnucash.org/trac/changeset/14492
Modified:
gnucash/trunk/ChangeLog
gnucash/trunk/src/gnome/glade/account.glade
Log:
In the account dialog, do not expand the upper left entries when the
window is resized. Automatic scrollbars for the notes field.
Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog 2006-07-12 22:33:40 UTC (rev 14491)
+++ gnucash/trunk/ChangeLog 2006-07-13 21:37:59 UTC (rev 14492)
@@ -1,3 +1,9 @@
+2006-07-13 Andreas Köhler <andi5.py at gmx.net>
+
+ * src/gnome/glade/account.glade: In the account dialog, do not
+ expand the upper left entries when the window is resized.
+ Automatic scrollbars for the notes field.
+
2006-07-12 Derek Atkins <derek at ihtfp.com>
* src/engine/Group.c:
Modified: gnucash/trunk/src/gnome/glade/account.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/account.glade 2006-07-12 22:33:40 UTC (rev 14491)
+++ gnucash/trunk/src/gnome/glade/account.glade 2006-07-13 21:37:59 UTC (rev 14492)
@@ -348,6 +348,7 @@
<property name="right_attach">1</property>
<property name="top_attach">6</property>
<property name="bottom_attach">7</property>
+ <property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
@@ -552,7 +553,7 @@
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow9">
<property name="visible">True</property>
- <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
More information about the gnucash-changes
mailing list