]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
a) remove the top_grip_height business from the theme
[chaz/openbox] / openbox / focus.c
index f867ff16b7960e4a716583bcf5927398a91caf1d..02832cea8c7f8ab428490694acbf7b65ce864f7f 100644 (file)
@@ -391,7 +391,8 @@ void focus_cycle_draw_indicator()
         gint wt, wl, wr, wb;
 
         wt = wl = wr = wb = MAX(3,
-                                ob_rr_theme->handle_height +
+                                MAX(1, MAX(ob_rr_theme->paddingx,
+                                           ob_rr_theme->paddingy)) * 2 +
                                 ob_rr_theme->fbwidth * 2);
 
         x = focus_cycle_target->frame->area.x;
This page took 0.01996 seconds and 4 git commands to generate.