summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-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;