diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-01 18:52:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-01 21:18:44 +0100 |
commit | 4bee505eb9ddea8ffa2f6b9c846d0daaf3f7a11f (patch) | |
tree | d7ecd325182ae4197970d299ca8b0688e5e48532 /cui/uiconfig/ui/linetabpage.ui | |
parent | a3569c7b89a7ddee06149ece91ce608b1252fa82 (diff) |
missing previews in line comboboxes
since...
commit 6cdc0dbfadfcbfa4f53a3c21a494ab225ba5d955
Date: Tue Nov 5 01:53:23 2019 +0100
linetab dialog page update
and similar
Change-Id: Iafb2933434d76472bab7297962e0803a6568e61b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86076
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/linetabpage.ui')
-rw-r--r-- | cui/uiconfig/ui/linetabpage.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/linetabpage.ui b/cui/uiconfig/ui/linetabpage.ui index ab02246ef9b5..17fb192d2c70 100644 --- a/cui/uiconfig/ui/linetabpage.ui +++ b/cui/uiconfig/ui/linetabpage.ui @@ -191,6 +191,9 @@ </child> <child> <object class="GtkCellRendererPixbuf" id="cellrenderertext11"/> + <attributes> + <attribute name="surface">3</attribute> + </attributes> </child> </object> <packing> @@ -411,6 +414,9 @@ </child> <child> <object class="GtkCellRendererPixbuf" id="cellrenderertext2"/> + <attributes> + <attribute name="surface">3</attribute> + </attributes> </child> </object> <packing> @@ -523,6 +529,9 @@ </child> <child> <object class="GtkCellRendererPixbuf" id="cellrenderertext6"/> + <attributes> + <attribute name="surface">3</attribute> + </attributes> </child> </object> <packing> |