emartisoft / DAControlGUI

GUI for DAControl on Amiga OS 3.2
MIT License
14 stars 3 forks source link

GUI scaling problems #8

Open MM-Mikhail opened 8 months ago

MM-Mikhail commented 8 months ago

Currently if gui is scaled smaller, then gadgets can overlap and corrupt the layout.

Simple fix is to update the code to prevent it from ollapsing

Line 274 add CHILD_MinHeight, 40, Line 309 remove CHILD_MinWidth, 300,