all repos — openbox @ bf2f0c58ca4dce233a7f99ac3cc688271c87a8ec

openbox fork - make it a bit more like ryudo

add comment
Dana Jansens danakj@orodu.net
commit

bf2f0c58ca4dce233a7f99ac3cc688271c87a8ec

parent

a12e73cf3741f91d9188bacbcc7733d5948c8156

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M render/theme.crender/theme.c

@@ -164,6 +164,7 @@ if (!read_string(db, "window.title.layout", &font_str))

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;