DarkRadiant: master 0cc8570e
| Author | Committer | Branch | Timestamp | Parent |
|---|---|---|---|---|
| orbweaver | orbweaver | master | 17.11.2021 20:09 | master 37e27288 |
| Changeset | Abstract two-column layout construction in SurfaceInspector Introduce a new class wxutil::FormLayout which wraps the construction of a sizer containing a two column form-style layout with a column of labels on the left and an arbitrary widget on the right. This is used in SurfaceInspector instead of manually constructing wxStaticText labels and packing them into a wxFlexGridSizer. |
|||
| add - libs/wxutil/FormLayout.h | Diff File | |||
| mod - radiant/ui/surfaceinspector/SurfaceInspector.cpp | Diff File | |||
| mod - radiant/ui/surfaceinspector/SurfaceInspector.h | Diff File | |||