diff options
author | Victor Kareh <[email protected]> | 2018-04-25 00:22:24 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2018-04-25 00:22:24 -0400 |
commit | 61e2e6e075d4e39e65b345ab3f71308673ba4b72 (patch) | |
tree | 60311684f425c3dd4369591f7914d9e44eee3e6a /capplets/appearance/appearance-style.c | |
parent | 1269bef5ff1d6ab307c84439a80d2de8a35c4a24 (diff) | |
download | mate-control-center-61e2e6e075d4e39e65b345ab3f71308673ba4b72.tar.bz2 mate-control-center-61e2e6e075d4e39e65b345ab3f71308673ba4b72.tar.xz |
Change cursor-size to 24px
The MATE cursor theme does not have an 18px cursor size, so having
a 18px as the default setting does not make sense. Using 24px looks
better in modern displays and allows for proper HiDPI scaling.
Diffstat (limited to 'capplets/appearance/appearance-style.c')
-rw-r--r-- | capplets/appearance/appearance-style.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/appearance/appearance-style.c b/capplets/appearance/appearance-style.c index 161917c2..d036c467 100644 --- a/capplets/appearance/appearance-style.c +++ b/capplets/appearance/appearance-style.c @@ -544,7 +544,7 @@ update_cursor_size_scale (MateThemeCursorInfo *theme, if (theme && theme->sizes->len > 0) size = g_array_index (theme->sizes, gint, 0); else - size = 18; + size = 24; } if (size != gsettings_size) |