Column headers disappeared

Discussion related to "Everything" 1.5.
Post Reply
Native2904
Posts: 112
Joined: Mon Nov 22, 2021 8:36 pm

Column headers disappeared

Post by Native2904 »

Hi,
after adjusting the colours via the user interface, the column headers have disappeared – does anyone know how I can undo this?
image.png
image.png (45.09 KiB) Viewed 815 times

Code: Select all

translucent_selection_rectangle_background_color=#282a36
translucent_selection_rectangle_background_dark_color=#44475a
translucent_selection_rectangle_border_color=#6272a4
translucent_selection_rectangle_border_dark_color=#6272a4
thumbnail_mouseover_border_color=#8be9fd
thumbnail_mouseover_border_dark_color=#8be9fd
selected_border_color=#ff79c6
selected_border_dark_color=#ff79c6
selected_row_color=#44475a
selected_row_dark_color=#44475a
selected_inactive_border_color=#6272a4
selected_inactive_border_dark_color=#6272a4
selected_inactive_row_color=#282a36
selected_inactive_row_dark_color=#383c50
grid_line_color=#44475a
grid_line_dark_color=#44475a
dupe_line_color=#ffff00
dupe_line_dark_color=#ffff00
star_border_color=#8be9fd
star_border_dark_color=#8be9fd
star_color=#50fa7b
star_dark_color=#50fa7b
star_empty_alpha=48
star_empty_dark_alpha=48
tooltip_border_color=#804040
tooltip_border_dark_color=#8b47a4
tooltip_background_color=#282a36
tooltip_background_dark_color=#44475a
tooltip_foreground_color=#f8f8f2
tooltip_foreground_dark_color=#f8f8f2
statusbar_top_color=#282a36
statusbar_top_dark_color=#44475a
statusbar_border_color=#6272a4
statusbar_border_dark_color=#6272a4
statusbar_separator_color=#6272a4
statusbar_separator_dark_color=#6272a4
menu_bottom_color=#282a36
menu_bottom_dark_color=#44475a
tabs_selected_border_color=#ff79c6
tabs_selected_border_dark_color=#ff79c6
tabs_divider_color=#6272a4
tabs_divider_dark_color=#6272a4
search_edit_border_color=#50fa7b
search_edit_border_dark_color=#50fa7b
toolbar_bottom_color=#282a36
toolbar_bottom_dark_color=#44475a
header_bottom_color=#282a36
header_bottom_dark_color=#282a36
header_divider_color=#6272a4
header_divider_dark_color=#6272a4
header_sort_border_color=#8be9fd
header_sort_border_dark_color=#8be9fd
listbox_border_color=#6272a4
listbox_border_dark_color=#6272a4
combobox_border_color=#6272a4
combobox_border_dark_color=#6272a4
pane_bottom_color=#282a36
pane_bottom_dark_color=#44475a
divider_border_color=#6272a4
divider_border_dark_color=#6272a4
divider_background_color=#282a36
divider_background_dark_color=#44475a
progress_bar_background_color=#282a36
progress_bar_background_dark_color=#44475a
progress_bar_background_border_color=#6272a4
progress_bar_background_border_dark_color=#e9e9e9
progress_bar_color=#f5921c
progress_bar_dark_color=#50fa7b
progress_bar_border_color=#6272a4
progress_bar_border_dark_color=#6272a4
scrollbar_back_color=#808080
scrollbar_back_dark_color=#c0c0c0
scrollbar_button_color=#ff5555
scrollbar_button_dark_color=#ff5555
scrollbar_button_icon_color=#f8f8f2
scrollbar_button_icon_dark_color=#f8f8f2
scrollbar_button_hot_color=#8be9fd
scrollbar_button_hot_dark_color=#8be9fd
scrollbar_button_hot_icon_color=#f8f8f2
scrollbar_button_hot_icon_dark_color=#f8f8f2
scrollbar_button_down_color=#ff79c6
scrollbar_button_down_dark_color=#ff79c6
scrollbar_button_down_icon_color=#f8f8f2
scrollbar_button_down_icon_dark_color=#f8f8f2
scrollbar_thumb_color=#6272a4
scrollbar_thumb_dark_color=#44475a
scrollbar_thumb_hot_color=#8be9fd
scrollbar_thumb_hot_dark_color=#8be9fd
scrollbar_thumb_down_color=#ff79c6
scrollbar_thumb_down_dark_color=#ff79c6
scrollbar_corner_color=#282a36
scrollbar_corner_dark_color=#44475a
findbar_focus_foreground_color=#f8f8f2
findbar_focus_foreground_dark_color=#f8f8f2
findbar_focus_background_color=#44475a
findbar_focus_background_dark_color=#44475a
findbar_highlight_foreground_color=#f8f8f2
findbar_highlight_foreground_dark_color=#f8f8f2
findbar_highlight_background_color=#6272a4
findbar_highlight_background_dark_color=#6272a4
findbar_search_edit_not_found_background_color=#ff5555
findbar_search_edit_not_found_background_alpha=64
findbar_search_edit_not_found_background_dark_color=#ff5555
findbar_search_edit_not_found_background_dark_alpha=64
highlight_background_dark_color=#44475a
highlight_foreground_dark_color=#f8f8f2
system_highlight_color=#8be9fd
system_highlighttext_color=#282a36
custom_colors=
column_colors=
color_filters=
selected_border=1
Thanks in advance
tuska
Posts: 1382
Joined: Thu Jul 13, 2017 9:14 am

Re: Column headers disappeared

Post by tuska »

Options - 1.5.0.1404a (x64) > Advanced > Show settings containing: header > header_show: true
?
Native2904
Posts: 112
Joined: Mon Nov 22, 2021 8:36 pm

Re: Column headers disappeared

Post by Native2904 »

This setting is set to true.
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Column headers disappeared

Post by void »

Please check the following advanced settings:

header_high
default is: header_high=0

home_layout
default is: (empty)

home_remove_layout
default is: (empty)
Native2904
Posts: 112
Joined: Mon Nov 22, 2021 8:36 pm

Re: Column headers disappeared

Post by Native2904 »

Thank you, Void, for helping me :idea: – the value header_high was set to 1.
Post Reply