Kaydet (Commit) c5ee4286 authored tarafından Olivier Hallot's avatar Olivier Hallot

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/22254Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarOlivier Hallot <ohallot@collabora.co.uk>
Tested-by: 's avatarOlivier Hallot <ohallot@collabora.co.uk>
üst bc20c6d0
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<!-- Generated with glade 3.18.3 --> <!-- Generated with glade 3.18.3 -->
<interface> <interface>
<requires lib="gtk+" version="3.0"/> <requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkDialog" id="ProtectSheetDialog"> <object class="GtkDialog" id="ProtectSheetDialog">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="border_width">6</property> <property name="border_width">6</property>
...@@ -15,7 +16,7 @@ ...@@ -15,7 +16,7 @@
<child internal-child="action_area"> <child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1"> <object class="GtkButtonBox" id="dialog-action_area1">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="layout_style">start</property> <property name="layout_style">end</property>
<child> <child>
<object class="GtkButton" id="ok"> <object class="GtkButton" id="ok">
<property name="label">gtk-ok</property> <property name="label">gtk-ok</property>
...@@ -112,10 +113,10 @@ ...@@ -112,10 +113,10 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="halign">end</property> <property name="halign">end</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">_Password:</property> <property name="label" translatable="yes">_Password:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">password1</property> <property name="mnemonic_widget">password1</property>
<property name="xalign">1</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -127,10 +128,10 @@ ...@@ -127,10 +128,10 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="halign">end</property> <property name="halign">end</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">_Confirm:</property> <property name="label" translatable="yes">_Confirm:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">password2</property> <property name="mnemonic_widget">password2</property>
<property name="xalign">1</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -191,10 +192,10 @@ ...@@ -191,10 +192,10 @@
<object class="GtkLabel" id="label4"> <object class="GtkLabel" id="label4">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</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="label" translatable="yes">Allow all users of this sheet to:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">checklist:border</property> <property name="mnemonic_widget">checklist:border</property>
<property name="xalign">0</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
...@@ -204,14 +205,14 @@ ...@@ -204,14 +205,14 @@
</child> </child>
<child> <child>
<object class="svxcorelo-SvxCheckListBox" id="checklist:border"> <object class="svxcorelo-SvxCheckListBox" id="checklist:border">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="vexpand">True</property> <property name="vexpand">True</property>
<child internal-child="selection"> <child internal-child="selection">
<object class="GtkTreeSelection" id="Checked Tree List-selection1"/> <object class="GtkTreeSelection" id="Checked Tree List-selection1"/>
</child> </child>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="fill">True</property> <property name="fill">True</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment