Navigator Icon Size

Comments

1 comment

  • Official comment
    Roy Woll

    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 Permalink

Please sign in to leave a comment.

Powered by Zendesk