From 5f780fc3e77aef1f1b87fdd6662a7caee6efbc3b Mon Sep 17 00:00:00 2001 From: Bert Date: Sun, 17 Jul 2011 22:18:09 +0200 Subject: Made selection border in thumb mode 3px wide --- thumbs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index 9bf4864..75663cb 100644 --- a/thumbs.c +++ b/thumbs.c @@ -373,8 +373,8 @@ void tns_highlight(tns_t *tns, win_t *win, int n, Bool hl) { else col = win->bgcol; - win_draw_rect(win, win->pm, t->x - 2, t->y - 2, t->w + 4, t->h + 4, - False, 2, col); + win_draw_rect(win, win->pm, t->x - 3, t->y - 3, t->w + 5, t->h + 5, + False, 3, col); } win_draw(win); -- cgit v1.2.3-54-g00ecf