summaryrefslogtreecommitdiff
path: root/sw/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-30 21:22:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-30 23:56:27 +0000
commit1a220a5791202d7dd881bbcee8e1b4ff1002ac6d (patch)
tree19f742f7991aa01fc62ad85358a7549862026e69 /sw/uiconfig
parentc3fc293b584b4e62acb4b35ed389392fe2a81d41 (diff)
HIG: access key for listbox
Change-Id: I20f85de6c529b5a448f87ab73d7373532da7ab8c
Diffstat (limited to 'sw/uiconfig')
-rw-r--r--sw/uiconfig/swriter/ui/titlepage.ui20
1 files changed, 17 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/ui/titlepage.ui b/sw/uiconfig/swriter/ui/titlepage.ui
index 0c644a1594a4..958eb258ced5 100644
--- a/sw/uiconfig/swriter/ui/titlepage.ui
+++ b/sw/uiconfig/swriter/ui/titlepage.ui
@@ -462,7 +462,21 @@
<object class="GtkBox" id="box2">
<property name="visible">True</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>
<object class="GtkComboBox" id="LB_PAGE_PROPERTIES">
<property name="visible">True</property>
@@ -471,7 +485,7 @@
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
- <property name="position">0</property>
+ <property name="position">1</property>
</packing>
</child>
<child>
@@ -484,7 +498,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">1</property>
+ <property name="position">2</property>
</packing>
</child>
</object>