diff options
author | Jim Evins <evins@snaught.com> | 2010-07-09 23:15:30 -0400 |
---|---|---|
committer | Jim Evins <evins@snaught.com> | 2010-07-10 00:17:47 -0400 |
commit | f2ced22e6919c5311fb0467e0f07874d9e28e16d (patch) | |
tree | c5c8ade2eb5519b0a1cfe38b333e8ed312945635 /data | |
parent | 7e6b5431df2e8eed3152fb33db25c856dfc2a20b (diff) |
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.
Diffstat (limited to 'data')
-rw-r--r-- | 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> |