summaryrefslogtreecommitdiff
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-24 19:35:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-24 19:35:55 +0100
commit7ff261c690cc10fd0d19e84a204c87f3a2bba65c (patch)
treebb7dcf6ba5b7b483cdb2a0cb37529f15ce937374 /sc/uiconfig
parentadfacdd91cb67ed7f2ae0d4991537211d263278d (diff)
add some mnemonic widgets and default buttons
Change-Id: Ic6637f920bb8529ec67c58d5cdcc29a26f1b17c3
Diffstat (limited to 'sc/uiconfig')
-rw-r--r--sc/uiconfig/scalc/ui/protectsheetdlg.ui4
-rw-r--r--sc/uiconfig/scalc/ui/sharedocumentdlg.ui2
2 files changed, 6 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/protectsheetdlg.ui b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
index dc1b443f5158..fcd7dd5d6b99 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 f8a13b696125..f39a2d92e917 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>