OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
200 stars 109 forks source link

Improvements to the CHILD control #1831

Closed wixoaGit closed 3 months ago

wixoaGit commented 3 months ago

Our CHILD control now uses a custom Splitter control rather than the SplitContainer provided by RT. This simplifies a lot of the code in ControlChild and allows us to more closely emulate BYOND appearance and behavior.

It now also has a color and border to more clearly separate panes.

Before: image

After: image

I also made the top/bottom attributes alias to left/right as they do in BYOND. This fixes the top-left Text and Info buttons on Paradise.