sc/uiconfig/scalc/ui/protectsheetdlg.ui | 4 ++++ sc/uiconfig/scalc/ui/sharedocumentdlg.ui | 2 ++ sd/uiconfig/sdraw/ui/insertlayer.ui | 1 + 3 files changed, 7 insertions(+)
New commits: commit 7ff261c690cc10fd0d19e84a204c87f3a2bba65c Author: Caolán McNamara <[email protected]> Date: Wed Apr 24 19:35:55 2013 +0100 add some mnemonic widgets and default buttons Change-Id: Ic6637f920bb8529ec67c58d5cdcc29a26f1b17c3 diff --git a/sc/uiconfig/scalc/ui/protectsheetdlg.ui b/sc/uiconfig/scalc/ui/protectsheetdlg.ui index dc1b443..fcd7dd5 100644 --- a/sc/uiconfig/scalc/ui/protectsheetdlg.ui +++ b/sc/uiconfig/scalc/ui/protectsheetdlg.ui @@ -215,6 +215,7 @@ <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> </object> <packing> <property name="expand">False</property> @@ -228,6 +229,9 @@ <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> diff --git a/sc/uiconfig/scalc/ui/sharedocumentdlg.ui b/sc/uiconfig/scalc/ui/sharedocumentdlg.ui index f8a13b6..f39a2d9 100644 --- a/sc/uiconfig/scalc/ui/sharedocumentdlg.ui +++ b/sc/uiconfig/scalc/ui/sharedocumentdlg.ui @@ -37,6 +37,8 @@ <property name="label">gtk-ok</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> diff --git a/sd/uiconfig/sdraw/ui/insertlayer.ui b/sd/uiconfig/sdraw/ui/insertlayer.ui index 4ff980e..5df3252 100644 --- a/sd/uiconfig/sdraw/ui/insertlayer.ui +++ b/sd/uiconfig/sdraw/ui/insertlayer.ui @@ -36,6 +36,7 @@ <property name="label">gtk-ok</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>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
