cui/uiconfig/ui/dbregisterpage.ui | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-)
New commits: commit ef306b501224175c013f65b02748e1dab850be1f Author: Caolán McNamara <[email protected]> AuthorDate: Wed Mar 13 09:01:35 2019 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Wed Mar 13 17:58:14 2019 +0100 add renderer for lock icon Change-Id: I88e2a7ee44523482cf36099281c0f632fae7eac0 Reviewed-on: https://gerrit.libreoffice.org/69177 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
