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,
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,