DarkRadiant: master 29d4cb09

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 19.02.2021 19:32 master 275e8a81
Changeset AUI panels now take up the entire window

Use a nasty hack to workaround AUI's inability to take into account BestSize()
when initially adding a docked pane. The panes are all added with a minimum
size of approximately half the window, then those minimum sizes are reset to a
much smaller value after the first Update(). This results in panels which take
up the entire window to begin with, but can still be shrunk by the user if
required.
mod - radiant/ui/mainframe/AuiLayout.cpp Diff File
mod - radiant/ui/mainframe/AuiLayout.h Diff File