LibGUI: Add min_size to Layout

This commit is contained in:
FrHun 2022-06-12 22:47:50 +02:00 committed by Sam Atkins
commit b2951a2116
Notes: sideshowbarker 2024-07-17 09:55:15 +09:00
3 changed files with 53 additions and 0 deletions

View file

@ -23,6 +23,7 @@ public:
virtual void run(Widget&) override;
virtual Gfx::IntSize preferred_size() const override;
virtual UISize min_size() const override;
protected:
explicit BoxLayout(Gfx::Orientation);