summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/picknumberingpage.ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-01 21:03:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-07 16:17:51 +0000
commitad1e2d087b3b313174bdbbc929ace3788074a2f4 (patch)
treeb31be152ab3d5060702f2fb8b653ca129d7706e9 /cui/uiconfig/ui/picknumberingpage.ui
parent9394499a9b814e387fd7c9f937adb497a9e94560 (diff)
split out pick single and outline numbering page to cui and adapt code
we can share the pickbulletpage .ui with these ones Change-Id: Ieaf2c8f2257bfdb36423dc363729b58b465cb250
Diffstat (limited to 'cui/uiconfig/ui/picknumberingpage.ui')
-rw-r--r--cui/uiconfig/ui/picknumberingpage.ui40
1 files changed, 40 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/picknumberingpage.ui b/cui/uiconfig/ui/picknumberingpage.ui
new file mode 100644
index 000000000000..081da688acc3
--- /dev/null
+++ b/cui/uiconfig/ui/picknumberingpage.ui
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkFrame" id="PickNumberingPage">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="label_xalign">0</property>
+ <property name="shadow_type">none</property>
+ <child>
+ <object class="GtkAlignment" id="alignment7">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="top_padding">6</property>
+ <property name="left_padding">12</property>
+ <child>
+ <object class="cuilo:SvxNumValueSet" id="valueset">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child type="label">
+ <object class="GtkLabel" id="label25">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Selection</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ </child>
+ </object>
+</interface>