aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-04-16 00:27:34 +0200
committerThomas White <taw@bitwiz.me.uk>2019-04-16 00:27:34 +0200
commit5ffe58d92a54ac4286b2e3aeae139e2f88a3b702 (patch)
tree3db8f68f6b7bb443e7cc38276c6e052e3b465d1d /data
parentde1c1c49f6f84afe5f0b0c1d8d445fbd8e89997a (diff)
Tree store testing
Diffstat (limited to 'data')
-rw-r--r--data/stylesheeteditor.ui7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/stylesheeteditor.ui b/data/stylesheeteditor.ui
index 1e0c0b8..eac46b9 100644
--- a/data/stylesheeteditor.ui
+++ b/data/stylesheeteditor.ui
@@ -62,7 +62,12 @@
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
- <object class="GtkListStore" id="element_tree"/>
+ <object class="GtkTreeStore" id="element_tree">
+ <columns>
+ <!-- column-name element -->
+ <column type="gchararray"/>
+ </columns>
+ </object>
<template class="StylesheetEditor" parent="GtkDialog">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Stylesheet editor</property>