summaryrefslogtreecommitdiff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui.c b/ui.c
index e4d2c30..bb4b4aa 100644
--- a/ui.c
+++ b/ui.c
@@ -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,