Created
September 2, 2013 11:45
-
-
Save shellexy/6412019 to your computer and use it in GitHub Desktop.
totem 电影播放器紧凑控制栏补丁 效果 http://pbs.twimg.com/media/BTJ7wrFCEAA200u.png 原始控制栏 http://pbs.twimg.com/media/BTJ72tNCYAAp0_D.png
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git totem-3.6.3/data/totem.ui totem-3.6.3/data/totem.ui | |
--- totem-3.6.3/data/totem.ui | |
+++ totem-3.6.3/data/totem.ui | |
@@ -590,18 +590,31 @@ | |
</child> | |
<child> | |
- <object class="GtkVBox" id="tmw_controls_vbox"> | |
+ <object class="GtkHBox" id="tmw_controls_vbox"> | |
<property name="border_width">6</property> | |
<property name="visible">True</property> | |
<property name="homogeneous">False</property> | |
- <property name="spacing">6</property> | |
- <property name="orientation">vertical</property> | |
+ <property name="spacing">0</property> | |
+ <property name="orientation">horizontal</property> | |
+ | |
+ <child> | |
+ <object class="GtkHBox" id="tmw_buttons_hbox"> | |
+ <property name="visible">True</property> | |
+ <property name="homogeneous">False</property> | |
+ <property name="spacing">0</property> | |
+ </object> | |
+ <packing> | |
+ <property name="padding">0</property> | |
+ <property name="expand">False</property> | |
+ <property name="fill">False</property> | |
+ </packing> | |
+ </child> | |
<child> | |
<object class="GtkHBox" id="tmw_seek_hbox"> | |
<property name="visible">True</property> | |
<property name="homogeneous">False</property> | |
- <property name="spacing">6</property> | |
+ <property name="spacing">0</property> | |
<child> | |
<object class="GtkLabel" id="tmw_time_label"> | |
@@ -662,16 +675,27 @@ | |
</object> | |
<packing> | |
<property name="padding">0</property> | |
- <property name="expand">False</property> | |
+ <property name="expand">True</property> | |
<property name="fill">True</property> | |
</packing> | |
</child> | |
+ <child> | |
+ <object class="TotemStatusbar" id="tmw_statusbar"> | |
+ <property name="visible">True</property> | |
+ </object> | |
+ <packing> | |
+ <property name="padding">0</property> | |
+ <property name="expand">False</property> | |
+ <property name="fill">True</property> | |
+ </packing> | |
+ </child> | |
+ | |
<child> | |
- <object class="GtkHBox" id="tmw_buttons_hbox"> | |
+ <object class="GtkHBox" id="tmw_buttons_hbox2"> | |
<property name="visible">True</property> | |
<property name="homogeneous">False</property> | |
- <property name="spacing">6</property> | |
+ <property name="spacing">0</property> | |
<child> | |
<object class="GtkHBox" id="tmw_sidebar_button_hbox"> | |
@@ -730,17 +754,6 @@ | |
<property name="fill">True</property> | |
</packing> | |
</child> | |
- | |
- <child> | |
- <object class="TotemStatusbar" id="tmw_statusbar"> | |
- <property name="visible">True</property> | |
- </object> | |
- <packing> | |
- <property name="padding">0</property> | |
- <property name="expand">False</property> | |
- <property name="fill">True</property> | |
- </packing> | |
- </child> | |
</object> | |
</child> | |
</object> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment