mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:57:43 +00:00
LibGUI: Add min_size to Layout
This commit is contained in:
parent
2600669b73
commit
b2951a2116
3 changed files with 53 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue