summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-05-10 22:56:54 +0200
committerJens Georg <jensg@openismus.com>2013-06-14 19:37:58 +0200
commit347a819e93fe851cad68ba3f3bed7bf2f10da6ac (patch)
tree886021563260c5f1fb10fe9ce15185538dfbf4b2 /data
parent0ed6f3062d47c2276f6adff705c3344df13bed5d (diff)
downloadrygel-347a819e93fe851cad68ba3f3bed7bf2f10da6ac.tar.gz
ui: Declare cell renderer in glade
Diffstat (limited to 'data')
-rw-r--r--data/rygel-preferences.ui20
1 files changed, 16 insertions, 4 deletions
diff --git a/data/rygel-preferences.ui b/data/rygel-preferences.ui
index fada1397..90ea95ac 100644
--- a/data/rygel-preferences.ui
+++ b/data/rygel-preferences.ui
@@ -59,6 +59,18 @@
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection"/>
</child>
+ <child>
+ <object class="GtkTreeViewColumn" id="treeviewcolumn1">
+ <property name="sizing">fixed</property>
+ <property name="title" translatable="yes">column</property>
+ <child>
+ <object class="GtkCellRendererText" id="cellrenderertext1"/>
+ <attributes>
+ <attribute name="text">0</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -240,6 +252,10 @@
<action-widget response="-7">button3</action-widget>
</action-widgets>
</object>
+ <object class="GtkSizeGroup" id="general-labels-sizegroup">
+ <property name="mode">both</property>
+ </object>
+ <object class="GtkSizeGroup" id="plugin-labels-sizegroup"/>
<object class="GtkFileChooserDialog" id="uris-dialog">
<property name="can_focus">False</property>
<property name="can_default">True</property>
@@ -313,10 +329,6 @@
<action-widget response="-5">button5</action-widget>
</action-widgets>
</object>
- <object class="GtkSizeGroup" id="general-labels-sizegroup">
- <property name="mode">both</property>
- </object>
- <object class="GtkSizeGroup" id="plugin-labels-sizegroup"/>
<object class="GtkListStore" id="uris-liststore">
<columns>
<!-- column-name path -->