commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue-contrib] r265 - address/forms


From: reinhard
Subject: [gnue-contrib] r265 - address/forms
Date: Mon, 9 Apr 2007 17:29:28 -0500 (CDT)

Author: reinhard
Date: 2007-04-09 17:29:27 -0500 (Mon, 09 Apr 2007)
New Revision: 265

Modified:
   address/forms/address.gfd
Log:
Put quicklinks in separate hbox to avoid outer hbox reserving space for a
label.


Modified: address/forms/address.gfd
===================================================================
--- address/forms/address.gfd   2007-04-07 17:30:52 UTC (rev 264)
+++ address/forms/address.gfd   2007-04-09 22:29:27 UTC (rev 265)
@@ -168,7 +168,10 @@
             </vbox>
           </hbox>
         </vbox>
-        <entry block="blk" field="company" label="Schnellaufruf:" 
style="listbox"/>
+        <!-- separate hbox so the outer hbox doesn't leave space for label -->
+        <hbox>
+          <entry block="blk" field="company" label="Schnellaufruf:" 
style="listbox"/>
+        </hbox>
       </hbox>
     </page>
   </layout>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]