summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-26 01:35:41 +0000
committerDana Jansens <danakj@orodu.net>2003-06-26 01:35:41 +0000
commitbf2f0c58ca4dce233a7f99ac3cc688271c87a8ec (patch)
tree502915bce13b2489580ccc26fdd941722e2bac98
parenta12e73cf3741f91d9188bacbcc7733d5948c8156 (diff)
add comment
-rw-r--r--render/theme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/theme.c b/render/theme.c
index 3da99868..c80f4857 100644
--- a/render/theme.c
+++ b/render/theme.c
@@ -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;