[Libreoffice-commits] core.git: sc/uiconfig
Olivier Hallot
ohallot at collabora.co.uk
Thu Feb 11 00:06:25 UTC 2016
sc/uiconfig/scalc/ui/protectsheetdlg.ui | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
New commits:
commit c5ee428672ec63dc97d7e92f32c112bd9347fdbd
Author: Olivier Hallot <ohallot at collabora.co.uk>
Date: Tue Feb 9 23:27:11 2016 -0200
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 at libreoffice.org>
Reviewed-by: Olivier Hallot <ohallot at collabora.co.uk>
Tested-by: Olivier Hallot <ohallot at collabora.co.uk>
diff --git a/sc/uiconfig/scalc/ui/protectsheetdlg.ui b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
index ee0d7c3..63f35c1 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>
More information about the Libreoffice-commits
mailing list