diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-13 09:01:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-13 17:58:14 +0100 |
commit | ef306b501224175c013f65b02748e1dab850be1f (patch) | |
tree | bef97bbf9d1ae597d243eb134d57838b06f85d89 | |
parent | 77ddb3bd2ad78304bc882b1c5ba162c2983f4b56 (diff) |
add renderer for lock icon
Change-Id: I88e2a7ee44523482cf36099281c0f632fae7eac0
Reviewed-on: https://gerrit.libreoffice.org/69177
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | cui/uiconfig/ui/dbregisterpage.ui | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/dbregisterpage.ui b/cui/uiconfig/ui/dbregisterpage.ui index 0ba8e026c758..54ab97b4fb39 100644 --- a/cui/uiconfig/ui/dbregisterpage.ui +++ b/cui/uiconfig/ui/dbregisterpage.ui @@ -4,6 +4,8 @@ <requires lib="gtk+" version="3.18"/> <object class="GtkTreeStore" id="liststore3"> <columns> + <!-- column-name expander --> + <column type="GdkPixbuf"/> <!-- column-name text --> <column type="gchararray"/> <!-- column-name text2 --> @@ -73,9 +75,15 @@ <property name="reorderable">True</property> <property name="sort_indicator">True</property> <child> + <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/> + <attributes> + <attribute name="pixbuf">0</attribute> + </attributes> + </child> + <child> <object class="GtkCellRendererText" id="cellrenderer1"/> <attributes> - <attribute name="text">0</attribute> + <attribute name="text">1</attribute> </attributes> </child> </object> @@ -89,7 +97,7 @@ <child> <object class="GtkCellRendererText" id="cellrenderer2"/> <attributes> - <attribute name="text">1</attribute> + <attribute name="text">2</attribute> </attributes> </child> </object> |