nevermind
This commit is contained in:
parent
d7ae443cb4
commit
baa236094f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
|
||||||
|
|
||||||
/* load the font stuff */
|
/* load the font stuff */
|
||||||
if (!read_string(db, "window.focus.font", &font_str))
|
if (!read_string(db, "window.focus.font", &font_str))
|
||||||
font_str = "arial,sans:bold:pixelsize=9:shadow=y:shadowtint=50";
|
font_str = "arial,sans:bold:pixelsize=10:shadow=y:shadowtint=50";
|
||||||
|
|
||||||
if (!(theme->winfont_focused = RrFontOpen(inst, font_str))) {
|
if (!(theme->winfont_focused = RrFontOpen(inst, font_str))) {
|
||||||
RrThemeFree(theme);
|
RrThemeFree(theme);
|
||||||
|
|
Loading…
Reference in a new issue