[Solved] 125% scaling

General discussion related to "Everything".
Post Reply
w64bit
Posts: 232
Joined: Wed Jan 09, 2013 9:06 am

[Solved] 125% scaling

Post by w64bit »

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
125%.png
125%.png (65.72 KiB) Viewed 4814 times
Last edited by w64bit on Tue Mar 16, 2021 11:33 am, edited 1 time in total.
therube
Posts: 4604
Joined: Thu Sep 03, 2009 6:48 pm

Re: 125% scaling

Post by therube »

If I use dpi=
You're speaking of the dpi= setting in Everything?

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=
Also, viewtopic.php?f=2&t=7240.
void
Developer
Posts: 15250
Joined: Fri Oct 16, 2009 11:31 pm

Re: 125% scaling

Post by void »

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.
w64bit
Posts: 232
Joined: Wed Jan 09, 2013 9:06 am

Re: 125% scaling

Post by w64bit »

Than you very much void and therube.
I applied your suggestions and now it's OK.
Post Reply