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>



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to