summaryrefslogtreecommitdiff
path: root/render/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/theme.c')
-rw-r--r--render/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/theme.c b/render/theme.c
index 2ebcead3..12e54377 100644
--- a/render/theme.c
+++ b/render/theme.c
@@ -515,7 +515,7 @@ char *theme_load(char *theme)
}
/* load the font stuff */
- font_str = "arial:bold:pixelsize=10:minsize";
+ font_str = "arial:bold:pixelsize=10";
theme_winfont_shadow = FALSE;
if (read_string(db, "window.xft.flags", &str)) {