[glabels/zint: 13/15] Fixed width behavior of object editor.



commit f2ced22e6919c5311fb0467e0f07874d9e28e16d
Author: Jim Evins <evins snaught com>
Date:   Fri Jul 9 23:15:30 2010 -0400

    Fixed width behavior of object editor.
    
    I had neglected to add the barcode page to the appropriate size group. Longer
    names in the zint backend caused the style combobox to be the long pole in
    the tent, causing the width of the object editor to fluctuate when selecting
    and un-selecting barcode objects.

 data/ui/object-editor.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/object-editor.ui b/data/ui/object-editor.ui
index 833a584..9f6adb3 100644
--- a/data/ui/object-editor.ui
+++ b/data/ui/object-editor.ui
@@ -2246,6 +2246,7 @@
       <widget name="fill_page_vbox"/>
       <widget name="img_page_vbox"/>
       <widget name="data_page_vbox"/>
+      <widget name="bc_page_vbox"/>
       <widget name="size_page_vbox"/>
       <widget name="lsize_page_vbox"/>
       <widget name="shadow_page_vbox"/>
@@ -2253,8 +2254,8 @@
   </object>
   <object class="GtkSizeGroup" id="width_sizegroup">
     <widgets>
-      <widget name="notebook"/>
       <widget name="title_hbox"/>
+      <widget name="notebook"/>
     </widgets>
   </object>
 </interface>



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