r20535 - gnucash/trunk/src/gnome/gtkbuilder - Fix currency entry alignment in hierarchy assistant

Geert Janssens gjanssens at code.gnucash.org
Tue Apr 5 15:56:03 EDT 2011


Author: gjanssens
Date: 2011-04-05 15:56:02 -0400 (Tue, 05 Apr 2011)
New Revision: 20535
Trac: http://svn.gnucash.org/trac/changeset/20535

Modified:
   gnucash/trunk/src/gnome/gtkbuilder/account.glade
Log:
Fix currency entry alignment in hierarchy assistant

Modified: gnucash/trunk/src/gnome/gtkbuilder/account.glade
===================================================================
--- gnucash/trunk/src/gnome/gtkbuilder/account.glade	2011-04-05 19:55:53 UTC (rev 20534)
+++ gnucash/trunk/src/gnome/gtkbuilder/account.glade	2011-04-05 19:56:02 UTC (rev 20535)
@@ -1693,9 +1693,6 @@
                 <property name="y_options"></property>
               </packing>
             </child>
-            <child>
-              <placeholder/>
-            </child>
           </object>
           <packing>
             <property name="position">2</property>
@@ -1819,12 +1816,12 @@
           </packing>
         </child>
         <child>
-          <object class="GtkHBox" id="hbox1">
+          <object class="GtkAlignment" id="currency_chooser_alignment">
             <property name="visible">True</property>
+            <property name="yalign">0</property>
+            <property name="xscale">0</property>
+            <property name="yscale">0</property>
             <child>
-              <placeholder/>
-            </child>
-            <child>
               <object class="GtkVBox" id="currency_chooser_vbox">
                 <property name="visible">True</property>
                 <property name="orientation">vertical</property>
@@ -1832,18 +1829,9 @@
                   <placeholder/>
                 </child>
               </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">False</property>
-                <property name="position">1</property>
-              </packing>
             </child>
-            <child>
-              <placeholder/>
-            </child>
           </object>
           <packing>
-            <property name="expand">False</property>
             <property name="position">1</property>
           </packing>
         </child>



More information about the gnucash-changes mailing list