]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
change the min width of the indicator to 3 and use the actual height of the handle
[chaz/openbox] / openbox / focus.c
index 5d0d4d414cc36ae56b7b48283f79b6a0770ebb54..2533f27efa29fbbffd65503244cdd6e815a5fe2e 100644 (file)
@@ -378,7 +378,9 @@ void focus_cycle_draw_indicator()
         int x, y, w, h;
         int wt, wl, wr, wb;
 
-        wt = wl = wr = wb = MAX(5, ob_rr_theme->handle_height);
+        wt = wl = wr = wb = MAX(3,
+                                ob_rr_theme->handle_height +
+                                ob_rr_theme->bwidth * 2);
 
         x = focus_cycle_target->frame->area.x;
         y = focus_cycle_target->frame->area.y;
This page took 0.020321 seconds and 4 git commands to generate.