aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/linear_layout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/controls/linear_layout.hpp')
-rw-r--r--src/ui/controls/linear_layout.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/controls/linear_layout.hpp b/src/ui/controls/linear_layout.hpp
index 96becc6f..ceb1c4e6 100644
--- a/src/ui/controls/linear_layout.hpp
+++ b/src/ui/controls/linear_layout.hpp
@@ -9,7 +9,7 @@ namespace cru::ui::controls
{
// Min length of main side in layout params is of no meaning.
// All children will layout from start and redundant length is blank.
- class LinearLayout : public Control
+ class LinearLayout : public MultiChildControl
{
public:
static constexpr auto control_type = L"LinearLayout";