diff options
author | Bastien Nocera <hadess@hadess.net> | 2005-03-15 21:09:15 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2005-03-15 21:09:15 +0000 |
commit | 67d2e1c52878caf043848a4698994b8071017bf4 (patch) | |
tree | 62384fc819f88f4667035d7af08a16e4d3a6bb90 /data/mozilla-viewer.glade | |
parent | 2806f98226e224e0b04e9c186bc2e6ab6c93f5dd (diff) |
make the buttons smaller, more room for the video itself
2005-03-15 Bastien Nocera <hadess@hadess.net>
* data/mozilla-viewer.glade: make the buttons smaller, more room
for the video itself
* src/Makefile.am:
* src/totem-mozilla-plugin.c: (totem_plugin_fork):
Make sure that the viewer is called from where it's actually installed
2005-03-15 Bastien Nocera <hadess@hadess.net>
* POTFILES.in:
* POTFILES.skip: Move the interface of the mozilla plugin to the
skipped parts for translation
Diffstat (limited to 'data/mozilla-viewer.glade')
-rw-r--r-- | data/mozilla-viewer.glade | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/data/mozilla-viewer.glade b/data/mozilla-viewer.glade index 2cbecdc7..89eebadf 100644 --- a/data/mozilla-viewer.glade +++ b/data/mozilla-viewer.glade @@ -47,7 +47,7 @@ <property name="spacing">0</property> <child> - <widget class="GtkButton" id="button1"> + <widget class="GtkButton" id="pp_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> @@ -74,7 +74,8 @@ <child> <widget class="GtkImage" id="image1"> <property name="visible">True</property> - <property name="pixbuf">stock_media_play.png</property> + <property name="stock">gtk-media-play</property> + <property name="icon_size">1</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> @@ -103,7 +104,7 @@ </child> <child> - <widget class="GtkHScale" id="hscale1"> + <widget class="GtkHScale" id="time_hscale"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="draw_value">False</property> @@ -149,7 +150,7 @@ <widget class="GtkImage" id="image2"> <property name="visible">True</property> <property name="stock">gtk-preferences</property> - <property name="icon_size">4</property> + <property name="icon_size">1</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> |