BerndCirotzki / raymarine_autopilot_pi

Raymarine Autopilot Plugin for OpenCPN
GNU General Public License v3.0
7 stars 7 forks source link

High Res Display, Control Panel is Better - some adjustments needed #9

Closed rgleason closed 8 months ago

rgleason commented 1 year ago

Bernd, Thank you! Pulled your changes to my repos, and built locally and tested.

The control panel is much better. There are some adjustments needed. For reference, I have a display resolution of 3840 x 2400 and the Windows 11 "Display" "Scale" is set to the recommended 250% . We need a little more ability to zoom the png bigger. Also the separate icons in the control panel seem to be cut off and need more area. Don't know how that is fixed.... See screenshots please. Scale-adjust-small Zoomed-to-10

I will try testing some more.

BerndCirotzki commented 1 year ago

added "FromDIP(wxSize(..., ...))" for high dpi. I found this feature in xwwidgets. It was new for me. I tested it with changing the scale Factor in Windows 10. I do not have such a high reolution on my PC.

rgleason commented 10 months ago

I should see if this is working better when I get back.

rgleason commented 8 months ago

This problem appears to be fixed with 2.0.2.0 ! It shows at the right size and all the buttons are there. Thank you Bernd!