diff options
author | jstebbins <[email protected]> | 2008-12-13 18:52:51 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-12-13 18:52:51 +0000 |
commit | ae6a897cf74a03bfa144d66c7789a49ebbad6975 (patch) | |
tree | c09d13b6d492d775463f32a6053746a9db55a188 /gtk/src/ghb.ui | |
parent | 67ab7c72922b0825506ee9cb1c3ae825d7a6c702 (diff) |
LinGui: add picture settings button to toolbar
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2029 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 91 |
1 files changed, 47 insertions, 44 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 978f2a0c1..b847674a2 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -289,21 +289,22 @@ </object> </child> <child> + <object class="GtkAction" id="show_preview_menu"> + <property name="icon-name">hb-picture</property> + <property name="name">show_preview_menu</property> + <property name="label" translatable="yes">_Picture Settings</property> + <signal handler="preview_button_clicked_cb" name="activate"/> + </object> + </child> + <child> <object class="GtkAction" id="show_activity_menu"> <property name="icon-name">hb-activity</property> <property name="name">show_activity_menu</property> - <property name="label" translatable="yes">Show _Activity</property> + <property name="label" translatable="yes">_Activity Window</property> <signal handler="show_activity_clicked_cb" name="activate"/> </object> </child> <child> - <object class="GtkAction" id="show_preview_menu"> - <property name="name">show_preview_menu</property> - <property name="label" translatable="yes">Show _Preview</property> - <signal handler="preview_button_clicked_cb" name="activate"/> - </object> - </child> - <child> <object class="GtkAction" id="show_queue_menu"> <property name="icon-name">hb-queue</property> <property name="name">show_queue_menu</property> @@ -352,9 +353,9 @@ <menu action="menuitem3"> <menuitem action="hbfd"/> <menuitem action="show_presets"/> - <menuitem action="show_activity_menu"/> - <menuitem action="show_preview_menu"/> <menuitem action="show_queue_menu"/> + <menuitem action="show_preview_menu"/> + <menuitem action="show_activity_menu"/> </menu> <menu action="menuitem4"> <menuitem action="about"/> @@ -458,6 +459,19 @@ </packing> </child> <child> + <object class="GtkToolButton" id="show_picture"> + <property name="visible">True</property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="tooltip-text" translatable="yes">Open Picture Settings</property> + <property name="label" translatable="yes">Picture Settings</property> + <property name="icon_name">hb-picture</property> + <signal name="clicked" handler="preview_button_clicked_cb"/> + </object> + <packing> + <property name="expand">False</property> + </packing> + </child> + <child> <object class="GtkToolButton" id="show_activity"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> @@ -896,7 +910,7 @@ <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Dimenstions:</property> + <property name="label" translatable="yes">Dimensions:</property> <property name="width_chars">15</property> </object> <packing> @@ -1308,44 +1322,33 @@ </packing> </child> - <child> - <object class="GtkButton" id="preview_button"> - <property name="width_request">118</property> + <object class="GtkHBox" id="hbox7"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="relief">half</property> - <signal name="clicked" handler="preview_button_clicked_cb"/> + <property name="spacing">4</property> <child> - <object class="GtkHBox" id="hbox7"> + <object class="GtkLabel" id="previewlabel1"> <property name="visible">True</property> - <property name="spacing">4</property> - <child> - <object class="GtkLabel" id="previewlabel1"> - <property name="visible">True</property> - <property name="label" translatable="yes">Full Size Preview:</property> - <property name="justify">right</property> - </object> - <packing> - <property name="expand">True</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="preview_dims"> - <property name="width_request">85</property> - <property name="visible">True</property> - <property name="xalign">0.20999999344348907</property> - <property name="yalign">0</property> - <property name="label" translatable="yes">--</property> - </object> - <packing> - <property name="expand">True</property> - <property name="position">1</property> - </packing> - </child> + <property name="label" translatable="yes">Presentation Dimensions:</property> + <property name="justify">right</property> </object> + <packing> + <property name="expand">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="preview_dims"> + <property name="width_request">85</property> + <property name="visible">True</property> + <property name="xalign">0.2</property> + <property name="yalign">0</property> + <property name="label" translatable="yes">--</property> + </object> + <packing> + <property name="expand">True</property> + <property name="position">1</property> + </packing> </child> </object> |