mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
Small column fix for entry box
This commit is contained in:
parent
cf35a0bb65
commit
90e91aca13
1 changed files with 2 additions and 1 deletions
|
@ -1072,7 +1072,8 @@ MenuReturn menu ( char **lines, char **input, char *prompt, Time *time, int *shi
|
|||
textbox *text = textbox_create ( box, TB_AUTOHEIGHT | TB_EDITABLE,
|
||||
( config.padding ),
|
||||
( config.padding ),
|
||||
element_width, 1,
|
||||
(config.hmode == HORIZONTAL)?
|
||||
element_width:(w - (2 * ( config.padding ) ) ), 1,
|
||||
config.menu_font, config.menu_fg, config.menu_bg,
|
||||
( input != NULL ) ? *input : "", prompt );
|
||||
|
||||
|
|
Loading…
Reference in a new issue