add comment

This commit is contained in:
Dana Jansens 2003-06-26 01:35:41 +00:00
parent a12e73cf37
commit bf2f0c58ca

View file

@ -164,6 +164,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
font_str = "NLIMC";
theme->title_layout = g_strdup(font_str);
/* load direct dimensions */
if (!read_int(db, "handleWidth", &theme->handle_height) ||
theme->handle_height < 0 || theme->handle_height > 100)
theme->handle_height = 6;