[gnome-nettool] Fix ugliness when window is bigger than expected



commit cbd30cf35c3f5bf0ce2e211b92848de85acef11a
Author: Jean Schurger <jean schurger org>
Date:   Tue Jul 12 20:31:10 2011 -0700

    Fix ugliness when window is bigger than expected
    
    GtkCombo in traceroute, port scan and whois looks bad if the
    gnome-nettool window is bigger than expected.
    
    Signed-off-by: GermÃn PÃo-CaamaÃo <gpoo gnome org>

 data/gnome-nettool.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/gnome-nettool.ui b/data/gnome-nettool.ui
index 83c0577..3fb63d7 100644
--- a/data/gnome-nettool.ui
+++ b/data/gnome-nettool.ui
@@ -1623,6 +1623,7 @@
                     <property name="visible">True</property>
                     <property name="border_width">6</property>
                     <property name="spacing">12</property>
+                    <property name="expand">False</property>
                     <child>
                       <object class="GtkHBox" id="hbox36">
                         <property name="visible">True</property>
@@ -1775,6 +1776,7 @@
                     <property name="visible">True</property>
                     <property name="border_width">6</property>
                     <property name="spacing">12</property>
+                    <property name="expand">False</property>
                     <child>
                       <object class="GtkHBox" id="hbox37">
                         <property name="visible">True</property>
@@ -2337,6 +2339,7 @@
                     <property name="visible">True</property>
                     <property name="border_width">6</property>
                     <property name="spacing">12</property>
+                    <property name="expand">False</property>
                     <child>
                       <object class="GtkHBox" id="hbox38">
                         <property name="visible">True</property>



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