summaryrefslogtreecommitdiff
path: root/svx/uiconfig
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-07-12 16:49:53 +0200
committerJan Holesovsky <kendy@suse.cz>2013-07-15 16:02:50 +0200
commit24a98e226aba0ffbfc34a2dd35cb97e1503f684b (patch)
tree63a70da0bed95ec835b46b69d3eeb103f4a7a169 /svx/uiconfig
parentc8140e71732a4e336b590aaf377de7525f775efd (diff)
sidebar: Mnemonic widgets + adjustment in LinePropertyPanel.
Change-Id: I4a65e33fde6228405b440ca9653272aa44ea1d6e
Diffstat (limited to 'svx/uiconfig')
-rw-r--r--svx/uiconfig/ui/sidebarline.ui11
1 files changed, 11 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/sidebarline.ui b/svx/uiconfig/ui/sidebarline.ui
index fccd8a72318c..289012b456f5 100644
--- a/svx/uiconfig/ui/sidebarline.ui
+++ b/svx/uiconfig/ui/sidebarline.ui
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkAdjustment" id="adjustment1">
+ <property name="upper">100</property>
+ <property name="step_increment">5</property>
+ <property name="page_increment">20</property>
+ </object>
<object class="GtkGrid" id="LinePropertyPanel">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -76,6 +81,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">_Color:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">color</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -94,6 +100,7 @@
<property name="hexpand">True</property>
<property name="invisible_char">•</property>
<property name="invisible_char_set">True</property>
+ <property name="adjustment">adjustment1</property>
<property name="climb_rate">5</property>
</object>
<packing>
@@ -142,6 +149,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">_Transparency:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">linetransparency:0%</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -194,6 +202,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">_Arrow:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">beginarrowstyle</property>
</object>
<packing>
<property name="expand">False</property>
@@ -249,6 +258,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">_Corner style:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">edgestyle</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -293,6 +303,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">Ca_p style:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">linecapstyle</property>
</object>
<packing>
<property name="left_attach">1</property>