Procházet zdrojové kódy

Made selection border in thumb mode 3px wide

master
Bert před 14 roky
rodič
revize
5f780fc3e7
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      thumbs.c

+ 2
- 2
thumbs.c Zobrazit soubor

@@ -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);


Načítá se…
Zrušit
Uložit