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.

------------------------------------------------------------------------------------------------------------
Wampserver 3.3.0 32 bit - Apache 2.4.54.2 - PHP 8.2.4…7.4.33 - MySQL 5.7.40 - MariaDB 10.5.13/10.6.5
Wampserver 3.3.0 64 bit - Apache 2.4.54.2 - PHP 8.2.4…7.4.33 - MySQL 5.7.40/8.0.31 - MariaDB 10.5.17/10.10.2
PhPMyadmin 5.2.1 - MysqlDumper 1.24.5
on W10 Pro 64 bit
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons
« Ce n'est pas parce qu'ils sont nombreux à avoir tort, qu'ils ont forcément raison. Coluche »
« It's not because they are many to be wrong, they are necessarily right. Coluche »

Options: ReplyQuote


Sorry, only registered users may post in this forum.