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

add renderer for lock icon

Change-Id: I88e2a7ee44523482cf36099281c0f632fae7eac0
Reviewed-on: https://gerrit.libreoffice.org/69177
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 77ddb3bd
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
<requires lib="gtk+" version="3.18"/> <requires lib="gtk+" version="3.18"/>
<object class="GtkTreeStore" id="liststore3"> <object class="GtkTreeStore" id="liststore3">
<columns> <columns>
<!-- column-name expander -->
<column type="GdkPixbuf"/>
<!-- column-name text --> <!-- column-name text -->
<column type="gchararray"/> <column type="gchararray"/>
<!-- column-name text2 --> <!-- column-name text2 -->
...@@ -72,10 +74,16 @@ ...@@ -72,10 +74,16 @@
<property name="clickable">True</property> <property name="clickable">True</property>
<property name="reorderable">True</property> <property name="reorderable">True</property>
<property name="sort_indicator">True</property> <property name="sort_indicator">True</property>
<child>
<object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
<attributes>
<attribute name="pixbuf">0</attribute>
</attributes>
</child>
<child> <child>
<object class="GtkCellRendererText" id="cellrenderer1"/> <object class="GtkCellRendererText" id="cellrenderer1"/>
<attributes> <attributes>
<attribute name="text">0</attribute> <attribute name="text">1</attribute>
</attributes> </attributes>
</child> </child>
</object> </object>
...@@ -89,7 +97,7 @@ ...@@ -89,7 +97,7 @@
<child> <child>
<object class="GtkCellRendererText" id="cellrenderer2"/> <object class="GtkCellRendererText" id="cellrenderer2"/>
<attributes> <attributes>
<attribute name="text">1</attribute> <attribute name="text">2</attribute>
</attributes> </attributes>
</child> </child>
</object> </object>
......
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