diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-04-24 22:12:37 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-04-25 08:39:38 +0200 |
commit | fad98c8641342a77241124dd98e0cb781daef4ad (patch) | |
tree | fadb5c9694876fb03fe46a798a6a8926bf7192b5 /svtools/inc/bitmaps.hlst | |
parent | e1ebb5cb58edc325bb30bb5eb992665fb861960f (diff) |
tdf#124572 TabBar new look, protected icon, width and height
This is the first try of a new TabBar look - borders have been
removed, selected tab doesn't change the font to bold, adjustment
to the selected tab line.
Width and height of a tab item has been adjusted to make it
better to fit the icons in and to not be so cramped.
Draw "protected" status of an tab icon (in Calc) as an icon and
not as a unicode glyph.
Change-Id: If2ee930a573343166fbe9efcd94ae5159a620f22
Reviewed-on: https://gerrit.libreoffice.org/71238
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svtools/inc/bitmaps.hlst')
-rw-r--r-- | svtools/inc/bitmaps.hlst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/inc/bitmaps.hlst b/svtools/inc/bitmaps.hlst index 27c5f85a9858..c991817439e1 100644 --- a/svtools/inc/bitmaps.hlst +++ b/svtools/inc/bitmaps.hlst @@ -114,6 +114,8 @@ #define BMP_FILTER "svtools/res/ed08.png" #define BMP_HEADERFOOTER "svtools/res/ed09.png" +#define BMP_TAB_LOCK "cmd/sc_lock.png" + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |