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

put border around two-lines-in-one lists

Change-Id: I5a23e4843efd9469c5126bfcc9b96d07ab08b7c0
üst a641d049
...@@ -2,6 +2,40 @@ ...@@ -2,6 +2,40 @@
<interface> <interface>
<!-- interface-requires gtk+ 3.0 --> <!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.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"> <object class="GtkListStore" id="liststore2">
<columns> <columns>
<!-- column-name gchararray1 --> <!-- column-name gchararray1 -->
...@@ -128,7 +162,7 @@ ...@@ -128,7 +162,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkTreeView" id="startbracket"> <object class="GtkTreeView" id="startbracket:border">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="model">liststore1</property> <property name="model">liststore1</property>
...@@ -145,7 +179,7 @@ ...@@ -145,7 +179,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkTreeView" id="endbracket"> <object class="GtkTreeView" id="endbracket:border">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="model">liststore2</property> <property name="model">liststore2</property>
...@@ -211,38 +245,4 @@ ...@@ -211,38 +245,4 @@
</packing> </packing>
</child> </child>
</object> </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> </interface>
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