[Gnucash-changes] r13846 - gnucash/trunk/src/gnome/glade - Don't use the full width of the dialog, only as much as is necessary

David Hampton hampton at cvs.gnucash.org
Tue Apr 25 00:17:53 EDT 2006


Author: hampton
Date: 2006-04-25 00:17:48 -0400 (Tue, 25 Apr 2006)
New Revision: 13846
Trac: http://svn.gnucash.org/trac/changeset/13846

Modified:
   gnucash/trunk/src/gnome/glade/account.glade
Log:
Don't use the full width of the dialog, only as much as is necessary
for the content.


Modified: gnucash/trunk/src/gnome/glade/account.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/account.glade	2006-04-25 00:48:15 UTC (rev 13845)
+++ gnucash/trunk/src/gnome/glade/account.glade	2006-04-25 04:17:48 UTC (rev 13846)
@@ -1250,19 +1250,74 @@
 	      </child>
 
 	      <child>
-		<widget class="GtkVBox" id="currency_chooser_vbox">
+		<widget class="GtkHBox" id="hbox2">
 		  <property name="visible">True</property>
 		  <property name="homogeneous">False</property>
 		  <property name="spacing">0</property>
 
 		  <child>
-		    <placeholder/>
+		    <widget class="GtkLabel" id="label8477440">
+		      <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">False</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>
+		    <packing>
+		      <property name="padding">0</property>
+		      <property name="expand">True</property>
+		      <property name="fill">False</property>
+		    </packing>
 		  </child>
+
+		  <child>
+		    <widget class="GtkVBox" id="currency_chooser_vbox">
+		      <property name="visible">True</property>
+		      <property name="homogeneous">False</property>
+		      <property name="spacing">0</property>
+
+		      <child>
+			<placeholder/>
+		      </child>
+		    </widget>
+		    <packing>
+		      <property name="padding">0</property>
+		      <property name="expand">True</property>
+		      <property name="fill">True</property>
+		    </packing>
+		  </child>
+
+		  <child>
+		    <widget class="GtkLabel" id="label8477441">
+		      <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">False</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>
+		    <packing>
+		      <property name="padding">0</property>
+		      <property name="expand">True</property>
+		      <property name="fill">False</property>
+		    </packing>
+		  </child>
 		</widget>
 		<packing>
 		  <property name="padding">0</property>
 		  <property name="expand">False</property>
-		  <property name="fill">False</property>
+		  <property name="fill">True</property>
 		</packing>
 	      </child>
 	    </widget>



More information about the gnucash-changes mailing list