Refactor theme border-radius preference for consistency across platforms

This commit is contained in:
mr. M
2025-02-10 00:24:01 +01:00
parent 3708b86e58
commit 0e8646d592

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