diff options
author | Sarabjot Singh <saini.sarabjotsingh@gmail.com> | 2020-02-28 22:47:40 +0300 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-05-18 08:33:31 +0200 |
commit | 40e85aadbff8eaeba20ee6a39ca669d282d91005 (patch) | |
tree | 581f051765db01ac25b6d3426762d1c7b97155ca /vcl/inc/win | |
parent | 2b3879c748adb8d48606339cecaf81a12c19f697 (diff) |
tdf#104169 - Change mouse cursor to FatCross in calc spreadsheet
Added new cursor FatCross to calc. Change mouse cursor to
FatCross while hovering over the spreadsheet in calc instead
of earlier Arrow.
Co-authored-by: Mesut Çifci <mesutcifci97@gmail.com>
Change-Id: I672a058cc702eab0cba6ac953534def915766859
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114679
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salids.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/win/salids.hrc b/vcl/inc/win/salids.hrc index 092a24b5225b..7212ee902295 100644 --- a/vcl/inc/win/salids.hrc +++ b/vcl/inc/win/salids.hrc @@ -83,6 +83,7 @@ #define SAL_RESID_POINTER_TAB_SELECT_SW 10077 #define SAL_RESID_POINTER_HIDEWHITESPACE 10079 #define SAL_RESID_POINTER_SHOWWHITESPACE 10080 +#define SAL_RESID_POINTER_FATCROSS 10081 #define SAL_RESID_BITMAP_50 11000 |