[Glade-users] how to change ComboBoxEntry height in toolbar?



Hi,
I cant' find the property or pack option to make ComboBoxEntry not expand  
in height.
the glade file is following:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--Generated with glade3 3.2.0 on Thu Aug  2 16:32:23 2007 by  
ywb at ywb-laptop-->
<glade-interface>
   <widget class="GtkWindow" id="window1">
     <property name="default_width">300</property>
     <property name="default_height">300</property>
     <child>
       <widget class="GtkVBox" id="vbox1">
         <property name="visible">True</property>
         <child>
           <widget class="GtkToolbar" id="toolbar1">
             <property name="visible">True</property>
             <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
             <property  
name="icon_size">GTK_ICON_SIZE_SMALL_TOOLBAR</property>
             <child>
               <widget class="GtkToolButton" id="toolbutton1">
                 <property name="visible">True</property>
                 <property name="stock_id">gtk-quit</property>
               </widget>
               <packing>
                 <property name="expand">False</property>
                 <property name="homogeneous">False</property>
               </packing>
             </child>
             <child>
               <widget class="GtkToolItem" id="toolbutton2">
                 <property name="visible">True</property>
                 <child>
                   <widget class="GtkComboBoxEntry" id="comboboxentry1">
                     <property name="visible">True</property>
                     <child internal-child="entry">
                       <widget class="GtkEntry" id="comboboxentry-entry1">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                       </widget>
                     </child>
                   </widget>
                 </child>
               </widget>
               <packing>
                 <property name="expand">False</property>
                 <property name="homogeneous">False</property>
               </packing>
             </child>
           </widget>
           <packing>
             <property name="expand">False</property>
             <property name="fill">False</property>
           </packing>
         </child>
         <child>
           <widget class="GtkLabel" id="label1">
             <property name="visible">True</property>
             <property name="label" translatable="yes">label</property>
           </widget>
           <packing>
             <property name="position">1</property>
           </packing>
         </child>
       </widget>
     </child>
   </widget>
</glade-interface>


-- 
Best regards,
Ye Wenbin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test-code.png
Type: image/png
Size: 7007 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/glade-users/attachments/20070802/aa3caac6/attachment.png 




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