icewm/src/themable.h | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/icewm/src/themable.h b/icewm/src/themable.h index a06c5c6..e967e31 100644 --- a/icewm/src/themable.h +++ b/icewm/src/themable.h @@ -3,11 +3,7 @@ // themable preferences (themes can set only these) -#if defined(CONFIG_I18N) || 1 // maybe not such a good idea -XIV(bool, prettyClock, false) -#else XIV(bool, prettyClock, true) -#endif XIV(bool, rolloverTitleButtons, false) XIV(bool, trayDrawBevel, false) @@ -50,9 +46,9 @@ XSV(const char *, themeAuthor, 0) XSV(const char *, themeDescription, 0) XFV(const char *, titleFontName, FONT(120), "sans-serif:size=12") -XFV(const char *, menuFontName, BOLDFONT(100), "sans-serif:size=10:bold") -XFV(const char *, statusFontName, BOLDTTFONT(120), "monospace:size=12:bold") -XFV(const char *, switchFontName, BOLDTTFONT(120), "monospace:size=12:bold") +XFV(const char *, menuFontName, FONT(120), "sans-serif:size=12") +XFV(const char *, statusFontName, TTFONT(120), "monospace:size=12") +XFV(const char *, switchFontName, TTFONT(120), "monospace:size=12") XFV(const char *, normalButtonFontName, FONT(120), "sans-serif:size=12") XFV(const char *, activeButtonFontName, BOLDFONT(120), "sans-serif:size=12:bold") #ifdef CONFIG_TASKBAR