diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2015-04-23 22:15:13 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2015-04-26 14:00:12 +0000 |
commit | e421e742cdf8179313668d9d6e00b3bb85989042 (patch) | |
tree | d346995fe8f7e39043115596e9e7dbefeec8da83 /sd/uiconfig/simpress/ui/photoalbum.ui | |
parent | 62be02711341f3a05b700d4fc10794893f54521a (diff) |
Help button on the left in simpress photoalbum
Change-Id: Ie31c16c332ad05bc5c41d20403dc905587addfac
Reviewed-on: https://gerrit.libreoffice.org/15504
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'sd/uiconfig/simpress/ui/photoalbum.ui')
-rw-r--r-- | sd/uiconfig/simpress/ui/photoalbum.ui | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/sd/uiconfig/simpress/ui/photoalbum.ui b/sd/uiconfig/simpress/ui/photoalbum.ui index 067815944d68..7f25c2c28d98 100644 --- a/sd/uiconfig/simpress/ui/photoalbum.ui +++ b/sd/uiconfig/simpress/ui/photoalbum.ui @@ -41,27 +41,28 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="create_btn"> - <property name="label" translatable="yes">Insert Slides</property> + <object class="GtkButton" id="help"> + <property name="label">gtk-help</property> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="can_default">True</property> - <property name="has_default">True</property> <property name="receives_default">True</property> + <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> + <property name="secondary">True</property> </packing> </child> <child> - <object class="GtkButton" id="cancel_btn"> - <property name="label">gtk-cancel</property> + <object class="GtkButton" id="create_btn"> + <property name="label" translatable="yes">Insert Slides</property> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="has_default">True</property> <property name="receives_default">True</property> - <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> @@ -70,8 +71,8 @@ </packing> </child> <child> - <object class="GtkButton" id="help"> - <property name="label">gtk-help</property> + <object class="GtkButton" id="cancel_btn"> + <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -343,8 +344,8 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="asr_check"> - <property name="label" translatable="yes">Keep aspect ratio</property> + <object class="GtkCheckButton" id="cap_check"> + <property name="label" translatable="yes">Add caption to each slide</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -359,8 +360,8 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="cap_check"> - <property name="label" translatable="yes">Add caption to each slide</property> + <object class="GtkCheckButton" id="asr_check"> + <property name="label" translatable="yes">Keep aspect ratio</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |