mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 01:47:13 +00:00
File Dialog: disable horizontal scrollbar for Bookmarks list
This was probably disabled while the dialog had issues with long filename labels. Now that that's fixed, this *should* be safe to enable.
This commit is contained in:
parent
cfc4c5c425
commit
2d7ac7c887
@ -141,7 +141,7 @@
|
|||||||
id = "bookmarks"
|
id = "bookmarks"
|
||||||
definition = "default"
|
definition = "default"
|
||||||
has_minimum = false
|
has_minimum = false
|
||||||
# horizontal_scrollbar_mode = "never"
|
horizontal_scrollbar_mode = "never"
|
||||||
|
|
||||||
[list_definition]
|
[list_definition]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user