Kaydet (Commit) 7ff261c6 authored tarafından Caolán McNamara's avatar Caolán McNamara

add some mnemonic widgets and default buttons

Change-Id: Ic6637f920bb8529ec67c58d5cdcc29a26f1b17c3
üst adfacdd9
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
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