From fb6a95d7dce17849b98f5b7984a5b0ecabf9930c Mon Sep 17 00:00:00 2001 From: mr-late Date: Sun, 29 Oct 2017 11:20:06 +0200 Subject: [PATCH] Update to fix misaligned chevron Misalignment happens when using +4 font size in the tweaks.ini file. Anything above size 17 (in the MenuButton) seems to cause misalignment. --- resource/styles/tweaks/fs_largest.styles | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/styles/tweaks/fs_largest.styles b/resource/styles/tweaks/fs_largest.styles index e5ef16cc..24f077a1 100644 --- a/resource/styles/tweaks/fs_largest.styles +++ b/resource/styles/tweaks/fs_largest.styles @@ -313,7 +313,7 @@ MenuButton { - font-size=18 + font-size=17 } MenuItem @@ -524,4 +524,4 @@ font-size="18" } } -} \ No newline at end of file +}