[gnome-nettool] Moved the progress bar to the right



commit 4475bcaf911b1f513e8ff66743a884dd61ecbd1f
Author: GermÃn Poo-CaamaÃo <gpoo gnome org>
Date:   Sat Dec 31 21:09:26 2011 -0800

    Moved the progress bar to the right
    
    Also, aligned the status bar with respect to the other elements in
    the window (i.e. add some padding).
    
    Fixed Bug #574108.
    
    Signed-off-by: GermÃn Poo-CaamaÃo <gpoo gnome org>

 data/gnome-nettool.ui |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-nettool.ui b/data/gnome-nettool.ui
index 6b34aa8..4930d13 100644
--- a/data/gnome-nettool.ui
+++ b/data/gnome-nettool.ui
@@ -2556,7 +2556,7 @@
           </packing>
         </child>
         <child>
-          <object class="GtkHBox" id="hbox42">
+          <object class="GtkHBox" id="hbox_progress_bar">
             <property name="visible">True</property>
             <child>
               <object class="GtkProgressBar" id="progress_bar">
@@ -2566,6 +2566,9 @@
               <packing>
                 <property name="expand">False</property>
                 <property name="fill">False</property>
+                <property name="padding">4</property>
+                <property name="pack_type">end</property>
+                <property name="position">0</property>
               </packing>
             </child>
             <child>
@@ -2573,6 +2576,9 @@
                 <property name="visible">True</property>
               </object>
               <packing>
+                <property name="expand">True</property>
+                <property name="fill">True</property>
+                <property name="padding">4</property>
                 <property name="position">1</property>
               </packing>
             </child>



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