Aplication font size
Posted by: janzak (---.sta.ji.cz)
Date: September 13, 2022 04:47PM

First of all, let me thank you for the excellent work you do for us with Wampserver. I have been using it for several years now and I am extremely satisfied.

I have a small question for you, I changed my monitor to 4k and I would like, if it is possible to change the font size setting to larger for the whole menu, but I can't find that option anywhere. Is it possible?

I've managed to change the sizes of the separators and bars, so the menu looks pretty good, it's just the font size I can't get right. Thanks for the help

Jan

Options: ReplyQuote
Re: Aplication font size
Posted by: Otomatic (Moderator)
Date: September 14, 2022 02:50PM

Hi,

Policy management is a little (very) complicated and can produce unexpected or even disastrous results!

Registry key values:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Wampmanager64\Custom]
"LeftFontColor"=dword:00ffffff
"LeftFontName"="Tahoma"
"LeftFontSize"=dword:00000012
"LeftFontStyle"=dword:00000000
"RightFontColor"=dword:00ffffff
"RightFontName"="Tahoma"
"RightFontSize"=dword:00000010
"RightFontStyle"=dword:00000000

But... there are also modifiers of this information for certain types of menus or information.
These modifiers are in the config.inc.php file
- TextMenus -> Aestan Tray Menu text menu items
array $AesTextMenus
- TextMenuColor -> Aestan Tray Menu text menu color
array $AesTextMenuColor
- SeparatorMenuColor -> Aestan Tray Menu separator color
array $AesSeparatorLeftMenuColor and $AesSeparatorRightMenuColor
- PromptCustom -> Aestan Tray Menu prompt
array $AesPromptCustom

And the config.inc.php file is totally rewritten at each update of Wampserver.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.