[sound-juicer] Remove GtkAlignment for progress bar



commit 715af75ae21eef85153ff543202bb84bdd662c7b
Author: Phillip Wood <phillip wood dunelm org uk>
Date:   Thu Aug 14 11:19:30 2014 +0100

    Remove GtkAlignment for progress bar
    
    Using GtkAlignment for padding is no longer necessary as we can use
    the widget's margin properties instead.

 data/sound-juicer.ui |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/data/sound-juicer.ui b/data/sound-juicer.ui
index 04472e6..c9374b1 100644
--- a/data/sound-juicer.ui
+++ b/data/sound-juicer.ui
@@ -559,15 +559,10 @@ audio-volume-medium</property>
             <property name="height_request">22</property>
             <property name="visible">True</property>
             <child>
-              <object class="GtkAlignment" id="alignment1">
-                <property name="visible">True</property>
-                <property name="top_padding">2</property>
-                <property name="bottom_padding">2</property>
-                <child>
-                  <object class="GtkProgressBar" id="progress_bar">
-                    <property name="pulse_step">0.10000000149</property>
-                  </object>
-                </child>
+              <object class="GtkProgressBar" id="progress_bar">
+                <property name="pulse_step">0.10000000149</property>
+                <property name="margin-top">2</property>
+                <property name="margin-bottom">2</property>
               </object>
               <packing>
                 <property name="expand">False</property>


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