projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a12e73c
)
add comment
author
Dana Jansens
<danakj@orodu.net>
Thu, 26 Jun 2003 01:35:41 +0000
(
01:35
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 26 Jun 2003 01:35:41 +0000
(
01:35
+0000)
render/theme.c
patch
|
blob
|
history
diff --git
a/render/theme.c
b/render/theme.c
index 3da9986848671977935f9d17e85920624fe71bc0..c80f485751771b0f416fc6a502ad0a9f9ccef438 100644
(file)
--- 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;