diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-30 15:49:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-30 19:54:41 +0100 |
commit | d02a6e62a934887fdc325c3bc02a8a0072db011a (patch) | |
tree | 8db1b717e0819bae2ec2b37dce17935b63ca3f79 /cui | |
parent | 9ec87a52bd4c72ff9d0048bb9ba3e79d45e87162 (diff) |
color column missing in chart color options treeview
since...
commit c1eb680261107877bf2cea9339e89e23a0a29371
Date: Thu Jul 30 21:53:18 2020 -0300
tdf#118148 All extended tips for shared/optionen
Change-Id: I20d1c97a76eda924de95c3aa66e5027dfc1d02d0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126125
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optchartcolorspage.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/optchartcolorspage.ui b/cui/uiconfig/ui/optchartcolorspage.ui index 71092db52e2c..d60f8152401b 100644 --- a/cui/uiconfig/ui/optchartcolorspage.ui +++ b/cui/uiconfig/ui/optchartcolorspage.ui @@ -54,6 +54,9 @@ <object class="GtkTreeViewColumn" id="treeviewcolumn1"> <child> <object class="GtkCellRendererPixbuf" id="cellrenderertext1"/> + <attributes> + <attribute name="surface">0</attribute> + </attributes> </child> </object> </child> |