r23482 - gnucash/trunk/src/gnome-utils/gtkbuilder - Fix bug 719521. The two radio buttons were both there, but one on top of the other.

Mike Alexander mta at code.gnucash.org
Tue Dec 3 19:58:51 EST 2013


Author: mta
Date: 2013-12-03 19:58:51 -0500 (Tue, 03 Dec 2013)
New Revision: 23482
Trac: http://svn.gnucash.org/trac/changeset/23482

Modified:
   gnucash/trunk/src/gnome-utils/gtkbuilder/dialog-commodity.glade
Log:
Fix bug 719521.  The two radio buttons were both there, but one on top of the other.

Modified: gnucash/trunk/src/gnome-utils/gtkbuilder/dialog-commodity.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/gtkbuilder/dialog-commodity.glade	2013-12-03 16:44:35 UTC (rev 23481)
+++ gnucash/trunk/src/gnome-utils/gtkbuilder/dialog-commodity.glade	2013-12-04 00:58:51 UTC (rev 23482)
@@ -851,8 +851,8 @@
                 </child>
               </object>
               <packing>
-                <property name="top_attach">14</property>
-                <property name="bottom_attach">15</property>
+                <property name="top_attach">13</property>
+                <property name="bottom_attach">14</property>
                 <property name="x_options">GTK_FILL</property>
                 <property name="y_options">GTK_FILL</property>
               </packing>



More information about the gnucash-changes mailing list