Navigator Icon Size
Upgraded from D6 to Tokyo. Would like to change the aspect of the navigator icons back to the way they used to look (Smaller/Darker/Centralized in relation to the button). Tried playing with the wwIntl HiRes settings for the NavDefaultIconSize but the icons remain to large in relation to the button size.
-
Official comment
If you want the old behavior, you can put the following code in your project source before your form is opened.
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
wwInternational.HiResSettings.NavAlwaysUseHiResStyleGlyphs:= false;
Application.CreateForm(TMainF, MainF);
Application.Run;
end.Comment actions
Please sign in to leave a comment.
Comments
1 comment