Improve corner radius on windows for a more native and consistent look

Signed-off-by: Jupi <73097618+JSGRD22@users.noreply.github.com>
This commit is contained in:
Jupi
2025-02-10 21:54:28 +08:00
committed by GitHub
parent 3708b86e58
commit c76066c99b

View File

@@ -102,12 +102,8 @@ pref('zen.rice.share.notice.accepted', false);
#ifdef XP_MACOSX
pref('zen.theme.border-radius', 10); // In pixels
#else
#ifdef XP_WIN
pref('zen.theme.border-radius', 10); // In pixels
#else
pref('zen.theme.border-radius', 8); // In pixels
#endif
#endif
pref('zen.theme.color-prefs.use-workspace-colors', true);