diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-07-02 14:23:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-07-02 17:08:45 +0200 |
commit | 7ae27fd38e737ef36d8caebd9312c1907d5624a8 (patch) | |
tree | bbaf551ccdb36ae39cd0ecf9a737effd62d45090 /svx/uiconfig/ui | |
parent | a1dd68b71831c76cfab738cdea2347c795c77cb2 (diff) |
add use-underline to color picker button
Change-Id: Ice9d2a155c4237b30134bd8faf7931ec980829e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118316
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/colorwindow.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui index 0279203fcc37..11dbf34e83fd 100644 --- a/svx/uiconfig/ui/colorwindow.ui +++ b/svx/uiconfig/ui/colorwindow.ui @@ -187,6 +187,7 @@ <property name="image">custom_color_icon</property> <property name="relief">none</property> <property name="xalign">0</property> + <property name="use_underline">True</property> <property name="always_show_image">True</property> </object> <packing> |