| 12345678910111213141516 |
- TODO:
- - Add proper slider style and possibly set a different one depending if its vertical or horizontal
- - I might need to add EditorGUI (similar to EngineGUI)
- - Test out minimum dock container size and maybe increase it a bit
- - (Unrelated) Can't click and drag a scroll handle
- Polish TOOD:
- - Change cursor icon when window is dragged
- - Prevent docking if available size is less than 20 pixels, otherwise there might be some weirdness
- ------------------------
- Other things to remember:
- - Possibly add a way to have hidden widgets in the EditorWidgetContainer (like side-bars that pop on mouse over in Visual Studio)
- - A way to persist window states
- - Also a way to reset all widgets to original locations
|