mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibGUI: Implement calculated_min_size() for StackWidget
This commit is contained in:
parent
f0a5ce6d11
commit
cbd9cf93be
2 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,8 @@ public:
|
|||
|
||||
Function<void(Widget*)> on_active_widget_change;
|
||||
|
||||
virtual Optional<UISize> calculated_min_size() const override;
|
||||
|
||||
protected:
|
||||
StackWidget() = default;
|
||||
virtual void child_event(Core::ChildEvent&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue