mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -05:00
Small fix?
This commit is contained in:
parent
4f1ab47b7d
commit
46728d9030
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,7 @@ MenuReturn menu ( char **lines, char **input, char *prompt, Time *time, int *shi
|
|||
line * line_height + config.padding + ( ( config.wmode == HORIZONTAL ) ? 0 : LINE_MARGIN ), // y
|
||||
element_width, // w
|
||||
line_height, // h
|
||||
config.menu_font, config.menu_fg, config.menu_bg, lines[i], NULL );
|
||||
config.menu_font, config.menu_fg, config.menu_bg, "", NULL );
|
||||
textbox_show ( boxes[i] );
|
||||
}
|
||||
// Arrows
|
||||
|
|
Loading…
Add table
Reference in a new issue