1
0
Fork 0
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:
Dave Davenport 2016-10-23 11:38:40 +02:00
parent d25ad4dac6
commit 05e194e37d

View file

@ -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,