diff options
author | Olivier Hallot <ohallot@collabora.co.uk> | 2016-02-09 23:27:11 -0200 |
---|---|---|
committer | Olivier Hallot <ohallot@collabora.co.uk> | 2016-02-11 00:06:02 +0000 |
commit | c5ee428672ec63dc97d7e92f32c112bd9347fdbd (patch) | |
tree | 50d8cccd584153aa4a1764560adb55f8a6b00e39 /sc/uiconfig/scalc/ui | |
parent | bc20c6d0f397c0c1aef6ef7d6f750c2f81af8db6 (diff) |
tdf#67343 Standardize order of dialog buttons
Standardize order of OK, Cancel, Help buttons in all dialog windows
Protect sheet dialog
Change-Id: I4549d999a4bb73102eb8ab6b443143956923ae3e
Reviewed-on: https://gerrit.libreoffice.org/22254
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
Diffstat (limited to 'sc/uiconfig/scalc/ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/protectsheetdlg.ui | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/sc/uiconfig/scalc/ui/protectsheetdlg.ui b/sc/uiconfig/scalc/ui/protectsheetdlg.ui index ee0d7c37c70b..63f35c1f5dfa 100644 --- a/sc/uiconfig/scalc/ui/protectsheetdlg.ui +++ b/sc/uiconfig/scalc/ui/protectsheetdlg.ui @@ -2,6 +2,7 @@ <!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> + <requires lib="LibreOffice" version="1.0"/> <object class="GtkDialog" id="ProtectSheetDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -15,7 +16,7 @@ <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> - <property name="layout_style">start</property> + <property name="layout_style">end</property> <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> @@ -112,10 +113,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> - <property name="xalign">1</property> <property name="label" translatable="yes">_Password:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">password1</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -127,10 +128,10 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> - <property name="xalign">1</property> <property name="label" translatable="yes">_Confirm:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">password2</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -191,10 +192,10 @@ <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">Allow all users of this sheet to:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">checklist:border</property> + <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> @@ -204,14 +205,14 @@ </child> <child> <object class="svxcorelo-SvxCheckListBox" id="checklist:border"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="hexpand">True</property> - <property name="vexpand">True</property> - <child internal-child="selection"> - <object class="GtkTreeSelection" id="Checked Tree List-selection1"/> - </child> - </object> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="Checked Tree List-selection1"/> + </child> + </object> <packing> <property name="expand">False</property> <property name="fill">True</property> |