mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-03 04:23:42 -05:00
Fix typo in config.c comment.
Thx @Coacher.
This commit is contained in:
parent
d25ad4dac6
commit
05e194e37d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ Settings config = {
|
|||
.y_offset = 0,
|
||||
/** X offset */
|
||||
.x_offset = 0,
|
||||
/** Always should config.menu_lines lines, even if less lines are available */
|
||||
/** Always show config.menu_lines lines, even if less lines are available */
|
||||
.fixed_num_lines = TRUE,
|
||||
/** Do not use history */
|
||||
.disable_history = FALSE,
|
||||
|
|
Loading…
Reference in a new issue