r16853 - gnucash/trunk/src/gnome/glade - Use automatic horiz scrollbar policy in hierarchy druid on category selection page.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Jan 13 07:46:19 EST 2008


Author: andi5
Date: 2008-01-13 07:46:19 -0500 (Sun, 13 Jan 2008)
New Revision: 16853
Trac: http://svn.gnucash.org/trac/changeset/16853

Modified:
   gnucash/trunk/src/gnome/glade/account.glade
Log:
Use automatic horiz scrollbar policy in hierarchy druid on category selection page.

This avoids explosions of the dialog in size when selecting an account
category with long full names, like SKR03 or SKR04.


Modified: gnucash/trunk/src/gnome/glade/account.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/account.glade	2008-01-12 17:13:20 UTC (rev 16852)
+++ gnucash/trunk/src/gnome/glade/account.glade	2008-01-13 12:46:19 UTC (rev 16853)
@@ -1695,7 +1695,7 @@
 			  <child>
 			    <widget class="GtkScrolledWindow" id="accounts_in_category">
 			      <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