r18405 - gnucash/trunk/src/business/business-gnome/glade - Bug 599322 - Patch: Minor gui tweak for invoice window

Phil Longstaff plongstaff at code.gnucash.org
Sun Nov 1 16:49:01 EST 2009


Author: plongstaff
Date: 2009-11-01 16:49:00 -0500 (Sun, 01 Nov 2009)
New Revision: 18405
Trac: http://svn.gnucash.org/trac/changeset/18405

Modified:
   gnucash/trunk/src/business/business-gnome/glade/invoice.glade
Log:
Bug 599322 -  Patch: Minor gui tweak for invoice window

Fix widget spacing.

Patch by Geert Janssens


Modified: gnucash/trunk/src/business/business-gnome/glade/invoice.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/invoice.glade	2009-10-31 21:03:40 UTC (rev 18404)
+++ gnucash/trunk/src/business/business-gnome/glade/invoice.glade	2009-11-01 21:49:00 UTC (rev 18405)
@@ -779,7 +779,8 @@
 		<widget class="GtkHBox" id="hbox1">
 		  <property name="visible">True</property>
 		  <property name="homogeneous">False</property>
-		  <property name="spacing">0</property>
+		  <property name="spacing">2</property>
+		  <property name="border_width">3</property>
 
 		  <child>
 		    <widget class="GtkVBox" id="vbox2">
@@ -1117,7 +1118,8 @@
 		<widget class="GtkHBox" id="hbox2">
 		  <property name="visible">True</property>
 		  <property name="homogeneous">False</property>
-		  <property name="spacing">0</property>
+		  <property name="spacing">2</property>
+		  <property name="border_width">3</property>
 
 		  <child>
 		    <widget class="GtkVBox" id="vbox8">
@@ -1402,7 +1404,7 @@
 	      </child>
 	    </widget>
 	    <packing>
-	      <property name="padding">0</property>
+	      <property name="padding">1</property>
 	      <property name="expand">False</property>
 	      <property name="fill">True</property>
 	    </packing>
@@ -1422,6 +1424,7 @@
 		  <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
 		  <property name="shadow_type">GTK_SHADOW_IN</property>
 		  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
+		  <property name="border_width">3</property>
 
 		  <child>
 		    <widget class="GtkTextView" id="notes_text">
@@ -1495,7 +1498,8 @@
 	      <property name="border_width">3</property>
 	      <property name="visible">True</property>
 	      <property name="homogeneous">False</property>
-	      <property name="spacing">0</property>
+	      <property name="spacing">2</property>
+	      <property name="border_width">3</property>
 
 	      <child>
 		<widget class="GtkLabel" id="label24">
@@ -1624,7 +1628,8 @@
 	    <widget class="GtkHBox" id="hbox9">
 	      <property name="visible">True</property>
 	      <property name="homogeneous">False</property>
-	      <property name="spacing">0</property>
+	      <property name="spacing">2</property>
+	      <property name="border_width">3</property>
 
 	      <child>
 		<widget class="GtkLabel" id="label31">



More information about the gnucash-changes mailing list