diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-11-02 10:50:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-11-02 12:36:57 +0100 |
commit | 965ffbf0c22a1ad780ad92e2e7c54522d9e6a7d0 (patch) | |
tree | ee551913bd78bfd491e0ea185394d96a418da329 /vcl/osx | |
parent | 9762f8d30e30b6e79d18517a14d844aac34b02a0 (diff) |
use a narrower cursor, the wide one feels out of place
Change-Id: I2816dc162986cd426654673fefd4e0e0171aeb01
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142162
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/osx')
-rw-r--r-- | vcl/osx/salframe.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx index b820ef338136..dee0ada8e6a1 100644 --- a/vcl/osx/salframe.cxx +++ b/vcl/osx/salframe.cxx @@ -1358,6 +1358,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP aStyleSettings.SetTabHighlightTextColor(aAlternateSelectedControlTextColor); aStyleSettings.SetCursorBlinkTime( mnBlinkCursorDelay ); + aStyleSettings.SetCursorSize(1); // no mnemonics on macOS aStyleSettings.SetOptions( aStyleSettings.GetOptions() | StyleSettingsOptions::NoMnemonics ); |