Fix size of rightmost preview section.

pull/999/head
nicm 2017-07-07 16:27:26 +00:00
parent 9913cce3ba
commit bfaa885f10
1 changed files with 2 additions and 2 deletions

View File

@ -512,7 +512,7 @@ window_tree_draw_session(struct window_tree_modedata *data, struct session *s,
else
offset = (i * each);
if (loop == end - 1)
width = each - 1 + remaining;
width = each + remaining;
else
width = each - 1;
@ -638,7 +638,7 @@ window_tree_draw_window(struct window_tree_modedata *data, struct session *s,
else
offset = (i * each);
if (loop == end - 1)
width = each - 1 + remaining;
width = each + remaining;
else
width = each - 1;