I am using 125% Windows scaling on my computer and Everything has an issue with some font size.
I noticed 2 different font zones:
a) font in the menu and window searching content
b) font in the search box, column headers and status bar
If I use dpi=120 => b > a
If I use dpi=96 => b < a
1. Is there anything I can do in order to have for all fonts the same size?
2. The items in b) can be made with the same code as the items in a) in order to have the same font height?
3. Any intermediate dpi= values can be added? Like dpi=108?
This is a screenshot for dpi=120
[Solved] 125% scaling
[Solved] 125% scaling
Last edited by w64bit on Tue Mar 16, 2021 11:33 am, edited 1 time in total.
Re: 125% scaling
You're speaking of the dpi= setting in Everything?If I use dpi=
In addition to that, there are various other settings available.
(Some.)
Code: Select all
result_list_font=
result_list_font_size=
search_edit_font=
search_edit_font_size=
status_bar_font=
status_bar_font_size=
header_font=
header_font_size=
normal_background_color=
normal_foreground_color=
normal_bold=
highlighted_background_color=
highlighted_foreground_color=
highlighted_bold=
current_sort_background_color=
current_sort_foreground_color=
current_sort_bold=
current_sort_highlighted_background_color=
current_sort_highlighted_foreground_color=
current_sort_highlighted_bold=
selected_background_color=#ffff00
selected_foreground_color=#000000
selected_bold=
selected_highlighted_background_color=
selected_highlighted_foreground_color=
selected_highlighted_bold=
selected_inactive_background_color=
selected_inactive_foreground_color=
selected_inactive_bold=
selected_inactive_highlighted_background_color=
selected_inactive_highlighted_foreground_color=
selected_inactive_highlighted_bold=
Re: 125% scaling
Unfortunately, the menubar and scrollbars I do not have control over.
These controls will always use the system dpi settings.
Microsoft are adding user dpi support to these controls.
As for the result list dpi, you can use ctrl + = and ctrl + - to change directly, or manage the font size from Tools -> Options -> Fonts and colors.
Menubars and scrollbars that will support dark themes and user scaling are currently in development.
These controls will always use the system dpi settings.
Microsoft are adding user dpi support to these controls.
As for the result list dpi, you can use ctrl + = and ctrl + - to change directly, or manage the font size from Tools -> Options -> Fonts and colors.
Menubars and scrollbars that will support dark themes and user scaling are currently in development.
Re: 125% scaling
Than you very much void and therube.
I applied your suggestions and now it's OK.
I applied your suggestions and now it's OK.