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:
6e2b029
)
allow negative menu overlap, the same as in trunk
author
Dana Jansens
<danakj@orodu.net>
Sat, 2 Jun 2007 15:38:28 +0000
(15:38 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 2 Jun 2007 15:38:28 +0000
(15:38 +0000)
render/theme.c
patch
|
blob
|
history
diff --git
a/render/theme.c
b/render/theme.c
index c85e3d1286b0b427879c50cef1dc1471a24ed28c..d28b79fd5166c97a3bd9f909d4a11bec1132d36c 100644
(file)
--- a/
render/theme.c
+++ b/
render/theme.c
@@
-170,7
+170,7
@@
RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
/* load direct dimensions */
if (!read_int(db, "menu.overlap", &theme->menu_overlap) ||
- theme->menu_overlap <
0 || theme->menu_overlap > 2
0)
+ theme->menu_overlap <
-100 || theme->menu_overlap > 10
0)
theme->menu_overlap = 0;
if (!read_int(db, "window.handle.width", &theme->handle_height) ||
theme->handle_height < 0 || theme->handle_height > 100)