[Gnucash-changes] New Account Hierarchy Setup Druid bug fix from Stephen Evanchik.

Derek Atkins warlord at cvs.gnucash.org
Sun Dec 5 22:09:24 EST 2004


Log Message:
-----------
New Account Hierarchy Setup Druid bug fix from Stephen Evanchik.
	* src/gnome/glade/account.glade:
	  - Made Accounts h-scroll box policy automatic.
	  - Reordered the containing table to two rows, one column

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/src/gnome/glade:
        account.glade

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.141
retrieving revision 1.1487.2.142
diff -LChangeLog -LChangeLog -u -r1.1487.2.141 -r1.1487.2.142
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,10 @@
+2004-12-05  Derek Atkins  <derek at ihtfp.com>
+
+	New Account Hierarchy Setup Druid bug fix from Stephen Evanchik:
+	* src/gnome/glade/account.glade:
+	  - Made Accounts h-scroll box policy automatic.
+	  - Reordered the containing table to two rows, one column
+
 2004-12-04  Derek Atkins  <derek at ihtfp.com>
 
 	Fix some deprecated functions:
Index: account.glade
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/glade/account.glade,v
retrieving revision 1.10.4.8
retrieving revision 1.10.4.9
diff -Lsrc/gnome/glade/account.glade -Lsrc/gnome/glade/account.glade -u -r1.10.4.8 -r1.10.4.9
--- src/gnome/glade/account.glade
+++ src/gnome/glade/account.glade
@@ -1056,7 +1056,7 @@
 		    <widget class="GtkScrolledWindow" id="transfer_account_scroll">
 		      <property name="border_width">3</property>
 		      <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_ALWAYS</property>
 		      <property name="shadow_type">GTK_SHADOW_NONE</property>
 		      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
@@ -1351,21 +1351,21 @@
 		<widget class="GtkTable" id="table1">
 		  <property name="visible">True</property>
 		  <property name="can_focus">True</property>
-		  <property name="n_rows">1</property>
-		  <property name="n_columns">5</property>
+		  <property name="n_rows">2</property>
+		  <property name="n_columns">1</property>
 		  <property name="homogeneous">False</property>
 		  <property name="row_spacing">0</property>
 		  <property name="column_spacing">3</property>
 
 		  <child>
-		    <widget class="GtkFrame" id="frame2">
+		    <widget class="GtkFrame" id="frame1">
 		      <property name="visible">True</property>
 		      <property name="label_xalign">0</property>
 		      <property name="label_yalign">0.5</property>
 		      <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
 
 		      <child>
-			<widget class="GtkScrolledWindow" id="scrolledwindow3">
+			<widget class="GtkScrolledWindow" id="scrolledwindow2">
 			  <property name="visible">True</property>
 			  <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
 			  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
@@ -1373,19 +1373,23 @@
 			  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
 			  <child>
-			    <widget class="GtkViewport" id="viewport2">
+			    <widget class="GtkViewport" id="viewport1">
 			      <property name="visible">True</property>
-			      <property name="shadow_type">GTK_SHADOW_IN</property>
+			      <property name="shadow_type">GTK_SHADOW_NONE</property>
 
 			      <child>
-				<widget class="GtkHBox" id="accounts_in_category">
+				<widget class="GtkLabel" id="account_types_description_entry">
 				  <property name="visible">True</property>
-				  <property name="homogeneous">False</property>
-				  <property name="spacing">0</property>
-
-				  <child>
-				    <placeholder/>
-				  </child>
+				  <property name="label" translatable="yes"></property>
+				  <property name="use_underline">False</property>
+				  <property name="use_markup">False</property>
+				  <property name="justify">GTK_JUSTIFY_LEFT</property>
+				  <property name="wrap">True</property>
+				  <property name="selectable">False</property>
+				  <property name="xalign">0.5</property>
+				  <property name="yalign">0.5</property>
+				  <property name="xpad">0</property>
+				  <property name="ypad">0</property>
 				</widget>
 			      </child>
 			    </widget>
@@ -1394,9 +1398,9 @@
 		      </child>
 
 		      <child>
-			<widget class="GtkLabel" id="label8477398">
+			<widget class="GtkLabel" id="label8477397">
 			  <property name="visible">True</property>
-			  <property name="label" translatable="yes">Accounts</property>
+			  <property name="label" translatable="yes">Detailed Description</property>
 			  <property name="use_underline">False</property>
 			  <property name="use_markup">False</property>
 			  <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -1413,46 +1417,42 @@
 		      </child>
 		    </widget>
 		    <packing>
-		      <property name="left_attach">3</property>
-		      <property name="right_attach">5</property>
+		      <property name="left_attach">0</property>
+		      <property name="right_attach">1</property>
 		      <property name="top_attach">0</property>
 		      <property name="bottom_attach">1</property>
 		    </packing>
 		  </child>
 
 		  <child>
-		    <widget class="GtkFrame" id="frame1">
+		    <widget class="GtkFrame" id="frame2">
 		      <property name="visible">True</property>
 		      <property name="label_xalign">0</property>
 		      <property name="label_yalign">0.5</property>
 		      <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
 
 		      <child>
-			<widget class="GtkScrolledWindow" id="scrolledwindow2">
+			<widget class="GtkScrolledWindow" id="scrolledwindow3">
 			  <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>
 
 			  <child>
-			    <widget class="GtkViewport" id="viewport1">
+			    <widget class="GtkViewport" id="viewport2">
 			      <property name="visible">True</property>
-			      <property name="shadow_type">GTK_SHADOW_NONE</property>
+			      <property name="shadow_type">GTK_SHADOW_IN</property>
 
 			      <child>
-				<widget class="GtkLabel" id="account_types_description_entry">
+				<widget class="GtkHBox" id="accounts_in_category">
 				  <property name="visible">True</property>
-				  <property name="label" translatable="yes"></property>
-				  <property name="use_underline">False</property>
-				  <property name="use_markup">False</property>
-				  <property name="justify">GTK_JUSTIFY_LEFT</property>
-				  <property name="wrap">True</property>
-				  <property name="selectable">False</property>
-				  <property name="xalign">0.5</property>
-				  <property name="yalign">0.5</property>
-				  <property name="xpad">0</property>
-				  <property name="ypad">0</property>
+				  <property name="homogeneous">False</property>
+				  <property name="spacing">0</property>
+
+				  <child>
+				    <placeholder/>
+				  </child>
 				</widget>
 			      </child>
 			    </widget>
@@ -1461,9 +1461,9 @@
 		      </child>
 
 		      <child>
-			<widget class="GtkLabel" id="label8477397">
+			<widget class="GtkLabel" id="label8477398">
 			  <property name="visible">True</property>
-			  <property name="label" translatable="yes">Detailed Description</property>
+			  <property name="label" translatable="yes">Accounts</property>
 			  <property name="use_underline">False</property>
 			  <property name="use_markup">False</property>
 			  <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -1481,9 +1481,10 @@
 		    </widget>
 		    <packing>
 		      <property name="left_attach">0</property>
-		      <property name="right_attach">3</property>
-		      <property name="top_attach">0</property>
-		      <property name="bottom_attach">1</property>
+		      <property name="right_attach">1</property>
+		      <property name="top_attach">1</property>
+		      <property name="bottom_attach">2</property>
+		      <property name="x_options">fill</property>
 		    </packing>
 		  </child>
 		</widget>


More information about the gnucash-changes mailing list