]> git.sur5r.net Git - glabels/commitdiff
Fixed width behavior of object editor.
authorJim Evins <evins@snaught.com>
Sat, 10 Jul 2010 03:15:30 +0000 (23:15 -0400)
committerJim Evins <evins@snaught.com>
Sat, 10 Jul 2010 04:17:47 +0000 (00:17 -0400)
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

index 833a5848954cdaa6910dcda65870e21fa2f87711..9f6adb35c26b09f1bd23576527909c7038b6168c 100644 (file)
       <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"/>
   </object>
   <object class="GtkSizeGroup" id="width_sizegroup">
     <widgets>
-      <widget name="notebook"/>
       <widget name="title_hbox"/>
+      <widget name="notebook"/>
     </widgets>
   </object>
 </interface>