[Player-cvs] mid/glade realplayer.glade,1.7,1.7.4.1
ehyche at helixcommunity.org ehyche at helixcommunity.orgUpdate of /cvsroot/player/mid/glade
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv6242
Modified Files:
Tag: hxclient_3_4_1_atlas
realplayer.glade
Log Message:
Merge from HEAD to 341Atlas.
Description
-------------------------------------------
On the Compal Jax10 device, the forward-image button was not showing
up because the buttons being packed from the right overlap it. By
shortening the width of the right-most widget, we can fix this. So
this change shortens the resize-image slider to 150 pixels from
231 pixels.
Files Modified
-----------------------------------
player/mid/glade/realplayer.glade
Branches
------------------------------------
HEAD, hxclient_3_1_0_atlas, hxclient_3_4_1_atlas
Index: realplayer.glade
===================================================================
RCS file: /cvsroot/player/mid/glade/realplayer.glade,v
retrieving revision 1.7
retrieving revision 1.7.4.1
diff -u -d -r1.7 -r1.7.4.1
--- realplayer.glade 3 Jun 2008 10:50:42 -0000 1.7
+++ realplayer.glade 5 Jun 2008 13:19:22 -0000 1.7.4.1
@@ -2543,7 +2543,7 @@
</child>
<child>
<widget class="GtkHScale" id="wm_pm_resize_bar">
- <property name="width_request">231</property>
+ <property name="width_request">150</property>
<property name="height_request">24</property>
<property name="visible">True</property>
<property name="draw_value">False</property>