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
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
id = "bookmarks"
|
||||
definition = "default"
|
||||
has_minimum = false
|
||||
# horizontal_scrollbar_mode = "never"
|
||||
horizontal_scrollbar_mode = "never"
|
||||
|
||||
[list_definition]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue