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 | |
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.
-rw-r--r-- | desktop-themes/TraditionalGreen/index.theme.in | 2 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/index.theme.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/TraditionalGreen/index.theme.in b/desktop-themes/TraditionalGreen/index.theme.in index 69f55fcb..e339528b 100644 --- a/desktop-themes/TraditionalGreen/index.theme.in +++ b/desktop-themes/TraditionalGreen/index.theme.in @@ -9,5 +9,5 @@ GtkTheme=TraditionalGreen MetacityTheme=TraditionalGreen IconTheme=menta CursorTheme=mate -CursorSize=16 +CursorSize=24 ButtonLayout=:minimize,maximize,close 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 |