all repos — openbox @ 92bbd733fa1a8fbc5eebf207932bf26be0251894

openbox fork - make it a bit more like ryudo

make sure the alttab list-mode has at least 1 row
Dana Jansens danakj@orodu.net
commit

92bbd733fa1a8fbc5eebf207932bf26be0251894

parent

0369732c35b42b272eb66da4a54b37f253037049

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

jump to
M openbox/focus_cycle_popup.copenbox/focus_cycle_popup.c

@@ -368,6 +368,8 @@ icon_rows = MIN(p->n_targets,

(4*screen_area->height/5) /* 80% of the screen */ / MAX(HILITE_SIZE, texth)); /* height of each row */ + /* but make sure there is always one */ + icon_rows = MAX(icon_rows, 1); } /* get the text width */