summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-08 11:53:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-08 11:57:16 +0100
commitbbc6c5e79d73706e5c642d37453ab4fab029b707 (patch)
treeeb395208898816b277be4e39073eaf3b90c724e4 /cui
parenta641d049ab7aac7d9aae86b0c21d7a0ea12ff067 (diff)
put border around two-lines-in-one lists
Change-Id: I5a23e4843efd9469c5126bfcc9b96d07ab08b7c0
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/twolinespage.ui72
1 files changed, 36 insertions, 36 deletions
diff --git a/cui/uiconfig/ui/twolinespage.ui b/cui/uiconfig/ui/twolinespage.ui
index c6e6855f5d45..c931b90d279e 100644
--- a/cui/uiconfig/ui/twolinespage.ui
+++ b/cui/uiconfig/ui/twolinespage.ui
@@ -2,6 +2,40 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
+ <object class="GtkListStore" id="liststore1">
+ <columns>
+ <!-- column-name gchararray1 -->
+ <column type="gchararray"/>
+ <!-- column-name gint1 -->
+ <column type="gint"/>
+ </columns>
+ <data>
+ <row>
+ <col id="0" translatable="yes">(None)</col>
+ <col id="1">0</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">(</col>
+ <col id="1">1</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">[</col>
+ <col id="1">2</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">&lt;</col>
+ <col id="1">3</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">{</col>
+ <col id="1">4</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">Other Characters...</col>
+ <col id="1">5</col>
+ </row>
+ </data>
+ </object>
<object class="GtkListStore" id="liststore2">
<columns>
<!-- column-name gchararray1 -->
@@ -128,7 +162,7 @@
</packing>
</child>
<child>
- <object class="GtkTreeView" id="startbracket">
+ <object class="GtkTreeView" id="startbracket:border">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="model">liststore1</property>
@@ -145,7 +179,7 @@
</packing>
</child>
<child>
- <object class="GtkTreeView" id="endbracket">
+ <object class="GtkTreeView" id="endbracket:border">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="model">liststore2</property>
@@ -211,38 +245,4 @@
</packing>
</child>
</object>
- <object class="GtkListStore" id="liststore1">
- <columns>
- <!-- column-name gchararray1 -->
- <column type="gchararray"/>
- <!-- column-name gint1 -->
- <column type="gint"/>
- </columns>
- <data>
- <row>
- <col id="0" translatable="yes">(None)</col>
- <col id="1">0</col>
- </row>
- <row>
- <col id="0" translatable="yes">(</col>
- <col id="1">1</col>
- </row>
- <row>
- <col id="0" translatable="yes">[</col>
- <col id="1">2</col>
- </row>
- <row>
- <col id="0" translatable="yes">&lt;</col>
- <col id="1">3</col>
- </row>
- <row>
- <col id="0" translatable="yes">{</col>
- <col id="1">4</col>
- </row>
- <row>
- <col id="0" translatable="yes">Other Characters...</col>
- <col id="1">5</col>
- </row>
- </data>
- </object>
</interface>