Merge pull request #5224 from JSGRD22/patch-1

Improve corner radius on windows for a more native and consistent look (very minor change, not tested)
This commit is contained in:
mr. m
2025-02-10 16:03:25 +01:00
committed by GitHub

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);