don't use handle_height for focus indicators, use top_grip_height. is this better?
This commit is contained in:
parent
ec304c9e43
commit
88204502a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue