diff options
| -rw-r--r-- | ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -174,8 +174,8 @@ ui_draw(Str input, int inpi, int seli, UiOpts o) if (i == seli) { int w = XTextWidth(freg, o.v[i].s, o.v[i].n); XFillRectangle(dsp, win, gc, - 16, y - freg->ascent, - w, freg->descent + freg->ascent); + 12, y - freg->ascent, + w + 8, freg->descent + freg->ascent); XSetForeground(dsp, gc, bg); XDrawString(dsp, win, gc, 16, y, |
