[libgnomekbd] Fix dialog sizing



commit 6e11ba4b570b9fa62ea8ce601718c8982cc02c79
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 21 15:09:41 2011 -0500

    Fix dialog sizing

 libgnomekbd/show-layout.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libgnomekbd/show-layout.ui b/libgnomekbd/show-layout.ui
index 026ba63..92655e2 100644
--- a/libgnomekbd/show-layout.ui
+++ b/libgnomekbd/show-layout.ui
@@ -7,7 +7,6 @@
     <property name="resizable">False</property>
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
-    <property name="has_separator">False</property>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox1">
         <property name="visible">True</property>
@@ -26,6 +25,8 @@
           </object>
           <packing>
             <property name="position">1</property>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
           </packing>
         </child>
         <child internal-child="action_area">



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