diff options
author | Victor Kareh <[email protected]> | 2018-04-25 11:19:40 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-26 10:25:51 +0200 |
commit | ddd85a4ad31bc0a57a57c3078a283c721df301f0 (patch) | |
tree | 01792588e5efa9b04efc317619d1aa408b52ba75 /desktop-themes/TraditionalOk | |
parent | d3a16e4b93c481129b0d0d770c652ce9cd73f48f (diff) | |
download | mate-themes-ddd85a4ad31bc0a57a57c3078a283c721df301f0.tar.bz2 mate-themes-ddd85a4ad31bc0a57a57c3078a283c721df301f0.tar.xz |
Update default cursor size
The mate cursor theme does not have a 16px size cursor. This causes
problems when switching between HiDPI and Regular resolutions, as the
system cannot determine which cursor size to scale from. Updating the
Traditional themes to use 24px looks better for both regular and HiDPI
displays and fixes pointer size glitches.
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/index.theme.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOk/index.theme.in b/desktop-themes/TraditionalOk/index.theme.in index a9bd1334..683217b5 100644 --- a/desktop-themes/TraditionalOk/index.theme.in +++ b/desktop-themes/TraditionalOk/index.theme.in @@ -9,5 +9,5 @@ GtkTheme=TraditionalOk MetacityTheme=TraditionalOk IconTheme=mate CursorTheme=mate -CursorSize=16 +CursorSize=24 ButtonLayout=:minimize,maximize,close |