I create patch for small search field when using bigger system fonts.
Tested on 120 dpi font under XP and AMC version 4.1.2.2.
Remember: after patching You must resize search window, beacuse Ant Movie Catalog remeber old setting.
Patcher download: https://galnospoke.opendrive.com/files?67100788_ENZKB
Fix for big font issue in search field
-
- Posts: 20
- Joined: 2010-05-23 14:22:32
Hi,
I also set the anchors to top left on all components in ToolbarFind because auto stretch was not handled correctly with high DPI.
For more details you can see the code if you want .
Soulsnake.
I just adjust some widths and heights on runtime on some components using this ratio: Self.PixelsPerInch / 96 * originalSize + (Self.PixelsPerInch - 96) * adjustValueIfNeeded.What did you do, in the end?
I also set the anchors to top left on all components in ToolbarFind because auto stretch was not handled correctly with high DPI.
For more details you can see the code if you want .
Soulsnake.