diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-26 01:35:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-26 01:35:41 +0000 |
| commit | bf2f0c58ca4dce233a7f99ac3cc688271c87a8ec (patch) | |
| tree | 502915bce13b2489580ccc26fdd941722e2bac98 /render/theme.c | |
| parent | a12e73cf3741f91d9188bacbcc7733d5948c8156 (diff) | |
add comment
Diffstat (limited to 'render/theme.c')
| -rw-r--r-- | render/theme.c | 1 |
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; |
