mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
parent
fa5c36835d
commit
c25396d50b
1 changed files with 1 additions and 1 deletions
|
@ -1057,7 +1057,7 @@ MenuReturn menu ( char **lines, unsigned int num_lines, char **input, char *prom
|
||||||
// TODO calculate from top.
|
// TODO calculate from top.
|
||||||
textbox_move ( state.arrowbox_bottom,
|
textbox_move ( state.arrowbox_bottom,
|
||||||
state.w - config.padding - state.arrowbox_bottom->w,
|
state.w - config.padding - state.arrowbox_bottom->w,
|
||||||
config.padding + state.max_rows * element_height + LINE_MARGIN );
|
state.top_offset + (state.max_rows-1) * element_height + LINE_MARGIN );
|
||||||
|
|
||||||
// filtered list
|
// filtered list
|
||||||
state.line_map = g_malloc0_n ( state.num_lines, sizeof ( int ) );
|
state.line_map = g_malloc0_n ( state.num_lines, sizeof ( int ) );
|
||||||
|
|
Loading…
Reference in a new issue