format issue
This commit is contained in:
parent
6d0b2d3321
commit
0ed3ca858e
1 changed files with 1 additions and 1 deletions
2
ccc.c
2
ccc.c
|
@ -747,7 +747,7 @@ void draw_border_title(WINDOW *window, bool active, int id)
|
||||||
/* check if the window is directory of preview */
|
/* check if the window is directory of preview */
|
||||||
int width = half_width;
|
int width = half_width;
|
||||||
if (id == 0) { /* left */
|
if (id == 0) { /* left */
|
||||||
width += WINDOW_OFFSET;
|
width += WINDOW_OFFSET;
|
||||||
} else if (id == 1) { /* right */
|
} else if (id == 1) { /* right */
|
||||||
width -= WINDOW_OFFSET;
|
width -= WINDOW_OFFSET;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue