don't use handle_height for focus indicators, use top_grip_height. is this better?

This commit is contained in:
Dana Jansens 2007-03-05 16:10:32 +00:00
parent ec304c9e43
commit 88204502a8

View file

@ -391,7 +391,7 @@ void focus_cycle_draw_indicator()
gint wt, wl, wr, wb;
wt = wl = wr = wb = MAX(3,
ob_rr_theme->handle_height +
ob_rr_theme->top_grip_height +
ob_rr_theme->fbwidth * 2);
x = focus_cycle_target->frame->area.x;