Kaydet (Commit) 1a220a57 authored tarafından Caolán McNamara's avatar Caolán McNamara

HIG: access key for listbox

Change-Id: I20f85de6c529b5a448f87ab73d7373532da7ab8c
üst c3fc293b
...@@ -462,7 +462,21 @@ ...@@ -462,7 +462,21 @@
<object class="GtkBox" id="box2"> <object class="GtkBox" id="box2">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="spacing">5</property> <property name="spacing">12</property>
<child>
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">_Style:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">LB_PAGE_PROPERTIES</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child> <child>
<object class="GtkComboBox" id="LB_PAGE_PROPERTIES"> <object class="GtkComboBox" id="LB_PAGE_PROPERTIES">
<property name="visible">True</property> <property name="visible">True</property>
...@@ -471,7 +485,7 @@ ...@@ -471,7 +485,7 @@
<packing> <packing>
<property name="expand">True</property> <property name="expand">True</property>
<property name="fill">True</property> <property name="fill">True</property>
<property name="position">0</property> <property name="position">1</property>
</packing> </packing>
</child> </child>
<child> <child>
...@@ -484,7 +498,7 @@ ...@@ -484,7 +498,7 @@
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="fill">True</property> <property name="fill">True</property>
<property name="position">1</property> <property name="position">2</property>
</packing> </packing>
</child> </child>
</object> </object>
......
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