diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-16 18:43:45 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-16 18:43:45 +0800 |
commit | 8d524c65651136a3e7f92a316217e8f7e6aea682 (patch) | |
tree | 88090b5c36bea484b457a115e13456d59d4b2bc3 /src/empathy-call-window.glade | |
parent | 999773dc6f0e4eedf7d90ccf1fac8c7e0c7d5c57 (diff) | |
download | gsoc2013-empathy-8d524c65651136a3e7f92a316217e8f7e6aea682.tar gsoc2013-empathy-8d524c65651136a3e7f92a316217e8f7e6aea682.tar.gz gsoc2013-empathy-8d524c65651136a3e7f92a316217e8f7e6aea682.tar.bz2 gsoc2013-empathy-8d524c65651136a3e7f92a316217e8f7e6aea682.tar.lz gsoc2013-empathy-8d524c65651136a3e7f92a316217e8f7e6aea682.tar.xz gsoc2013-empathy-8d524c65651136a3e7f92a316217e8f7e6aea682.tar.zst gsoc2013-empathy-8d524c65651136a3e7f92a316217e8f7e6aea682.zip |
Do not expand mute input/output button in the call window.
svn path=/trunk/; revision=953
Diffstat (limited to 'src/empathy-call-window.glade')
-rw-r--r-- | src/empathy-call-window.glade | 56 |
1 files changed, 30 insertions, 26 deletions
diff --git a/src/empathy-call-window.glade b/src/empathy-call-window.glade index bee2161c7..4dd7f5ca6 100644 --- a/src/empathy-call-window.glade +++ b/src/empathy-call-window.glade @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!--Generated with glade3 3.4.2 on Fri Apr 11 16:39:53 2008 --> +<!--Generated with glade3 3.4.2 on Wed Apr 16 12:43:00 2008 --> <glade-interface> <widget class="GtkWindow" id="window"> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> @@ -85,25 +85,32 @@ <property name="column_spacing">5</property> <property name="row_spacing">5</property> <child> - <widget class="GtkToggleButton" id="output_mute_button"> + <widget class="GtkHScale" id="output_volume_scale"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="response_id">0</property> - <property name="active">True</property> - <child> - <widget class="GtkImage" id="image1"> - <property name="visible">True</property> - <property name="icon_name">audio-volume-high</property> - </widget> - </child> + <property name="adjustment">90 0 100 1 10 10</property> + <property name="draw_value">False</property> </widget> <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> + <widget class="GtkHScale" id="input_volume_scale"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="adjustment">90 0 100 1 10 10</property> + <property name="draw_value">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + </packing> + </child> + <child> <widget class="GtkToggleButton" id="input_mute_button"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -117,31 +124,28 @@ </widget> </child> </widget> - </child> - <child> - <widget class="GtkHScale" id="input_volume_scale"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="adjustment">90 0 100 1 10 10</property> - <property name="draw_value">False</property> - </widget> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> + <property name="x_options"></property> </packing> </child> <child> - <widget class="GtkHScale" id="output_volume_scale"> + <widget class="GtkToggleButton" id="output_mute_button"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="adjustment">90 0 100 1 10 10</property> - <property name="draw_value">False</property> + <property name="receives_default">True</property> + <property name="response_id">0</property> + <property name="active">True</property> + <child> + <widget class="GtkImage" id="image1"> + <property name="visible">True</property> + <property name="icon_name">audio-volume-high</property> + </widget> + </child> </widget> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> + <property name="x_options"></property> </packing> </child> </widget> |