Configurable Column Widths (#360)
* add configurable column widths * reorder to match config file * fix possibly misleading documentation * fix crash when integer out of bounds * parse config string during initial processing * use std::bind with length of list * fix division by zero error * use list_of * change escaped_list_separator variable names
This commit is contained in:
14
doc/config
14
doc/config
@@ -465,6 +465,20 @@
|
||||
#
|
||||
#ask_for_locked_screen_width_part = yes
|
||||
#
|
||||
##
|
||||
## Width of media_library screen columns
|
||||
##
|
||||
#
|
||||
#media_library_column_width_ratio_two = 1:1
|
||||
#
|
||||
#media_library_column_width_ratio_three = 1:1:1
|
||||
#
|
||||
##
|
||||
## Width of playlist_editor screen columns
|
||||
##
|
||||
#
|
||||
#playlist_editor_column_width_ratio = 1:2
|
||||
#
|
||||
#jump_to_now_playing_song_at_start = yes
|
||||
#
|
||||
#ask_before_clearing_playlists = yes
|
||||
|
||||
Reference in New Issue
Block a user