I have Version 1.4.1.988 (x64) in Windows 10, working on a High DPI monitor.
How can I set the FONT-SIZE of the StatusBar text?
Setting the font-size of the StatusBar text?
-
- Posts: 78
- Joined: Sun Feb 21, 2016 10:26 pm
Re: Setting the font-size of the StatusBar text?
Close Everything.
Open Everything.ini in your text editor
Find status_bar_font_size=xx
Change xx for your taste
Save file
Restart Everyhing
Open Everything.ini in your text editor
Find status_bar_font_size=xx
Change xx for your taste
Save file
Restart Everyhing
-
- Posts: 78
- Joined: Sun Feb 21, 2016 10:26 pm
Re: Setting the font-size of the StatusBar text?
Thank you very much! Why this setting is not in the UI?
-
- Posts: 78
- Joined: Sun Feb 21, 2016 10:26 pm
Re: Setting the font-size of the StatusBar text?
Is it also possible to set the font-size of the Result-List-HEADERS?
Is it also possible to set the font-size of the OPTIONS-DIALOG? The text size in the Options Dialog is microscopically small on my monitor!
Is it also possible to set the font-size of the OPTIONS-DIALOG? The text size in the Options Dialog is microscopically small on my monitor!
Last edited by PeterPanino on Tue Aug 11, 2020 5:47 pm, edited 1 time in total.
-
- Posts: 78
- Joined: Sun Feb 21, 2016 10:26 pm
Re: Setting the font-size of the StatusBar text?
Result-List-HEADERS: Result-List-HEADERS
Re: Setting the font-size of the StatusBar text?
To change the header font size:
To change the dpi scale of Everything:
Font customization for all controls from the UI is in development.
- Completely exit Everything (right click the Everything system tray icon and click Exit)
- Open your %APPDATA%\Everything\Everything.ini
- Change the following lines:
header_font=
header_font_size= - to:
header_font=arial
header_font_size=24
where arial is your desired font and 24 is the desired height pixels. - Save changes and restart Everything.
To change the dpi scale of Everything:
- In Everything, type in the following search and press ENTER:
/dpi=144
-where 144 is your desired DPI. 96 is the default, so 144 = 150% - Type in the following search and press ENTER:
/restart
Font customization for all controls from the UI is in development.
-
- Posts: 78
- Joined: Sun Feb 21, 2016 10:26 pm
Re: Setting the font-size of the StatusBar text?
Thank you very much! That's the first time I can easily read the text in the Options Dialog!