[Xfce4-commits] <parole:master> Possible fix for hbox adjustments on buffer.
Sean Davis
noreply at xfce.org
Mon Jul 23 01:24:21 CEST 2012
Updating branch refs/heads/master
to 217867585255fd8030da4bae0fc8c21b979463d8 (commit)
from 3e5ed8c60f08430e61946ce6e3303437e5fb2398 (commit)
commit 217867585255fd8030da4bae0fc8c21b979463d8
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Wed Jul 11 11:38:08 2012 -0400
Possible fix for hbox adjustments on buffer.
data/interfaces/parole.ui | 37 +++++++++++++------------------------
1 files changed, 13 insertions(+), 24 deletions(-)
diff --git a/data/interfaces/parole.ui b/data/interfaces/parole.ui
index bf3c92f..5eb7fc1 100644
--- a/data/interfaces/parole.ui
+++ b/data/interfaces/parole.ui
@@ -757,11 +757,7 @@
</packing>
</child>
<child>
- <object class="GtkVBox" id="vbox2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <child>
- <object class="GtkHBox" id="play_box">
+ <object class="GtkHBox" id="play_box">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
@@ -790,6 +786,7 @@
</object>
<packing>
<property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
@@ -806,33 +803,25 @@
<property name="position">2</property>
</packing>
</child>
- </object>
- <packing>
- <property name="expand">False</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
<property name="fill">True</property>
<property name="padding">6</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkProgressBar" id="progressbar_buffering">
+ <property name="position">3</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkProgressBar" id="progressbar_buffering">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="show_text">True</property>
<property name="text" translatable="yes">Buffering (0%)</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
</object>
<packing>
<property name="expand">True</property>
- <property name="fill">True</property>
- <property name="padding">6</property>
- <property name="position">3</property>
+ <property name="fill">False</property>
+ <property name="position">4</property>
</packing>
</child>
<child>
@@ -855,7 +844,7 @@ audio-volume-medium</property>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">4</property>
+ <property name="position">5</property>
</packing>
</child>
</object>
More information about the Xfce4-commits
mailing list