diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-24 15:23:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-24 21:22:14 +0100 |
commit | 906b99c21b668b44b1e47909268961023b0bdae8 (patch) | |
tree | 044c03fd0d59f7ca8ef149303c02fded78b2a26a /sfx2 | |
parent | ecc3c621fe5a7e962f0e40cb3709ad5772a5d744 (diff) |
open_more.png is narrower than other icons in Colibre theme
so use a different one to measure desired width of tabbar
Change-Id: Iace4b46d77d5cb52b2faaf6bb035be50fd556d12
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106534
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/tabbarcontents.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/tabbarcontents.ui b/sfx2/uiconfig/ui/tabbarcontents.ui index 1125db911a77..080ee8b83e53 100644 --- a/sfx2/uiconfig/ui/tabbarcontents.ui +++ b/sfx2/uiconfig/ui/tabbarcontents.ui @@ -118,7 +118,7 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="use-underline">True</property> - <property name="icon-name">sfx2/res/symphony/open_more.png</property> + <property name="icon-name">sfx2/res/symphony/sidebar-property-large.png</property> </object> <packing> <property name="expand">False</property> |