summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 01:15:17 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 01:15:17 +0000
commit3b0b41ba81f46250f68111f7116a7f8e5c2a8dbe (patch)
treefaf1281b4db6c7763be9c5dbe35728d067a68ef1 /openbox
parent26a3563ac697549cfe0131c5c2970c455f978607 (diff)
pixmap button masks work (hardcoded)
Diffstat (limited to 'openbox')
-rw-r--r--openbox/themerc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/themerc.c b/openbox/themerc.c
index 7f587afe..b79fc6e1 100644
--- a/openbox/themerc.c
+++ b/openbox/themerc.c
@@ -144,7 +144,7 @@ void themerc_startup()
if (themerc_titlebar_layout == NULL)
themerc_titlebar_layout = g_strdup("NDLIMC");
if (themerc_font == NULL)
- themerc_font = g_strdup("sans-8");
+ themerc_font = g_strdup("sans-7");
}
void themerc_shutdown()