mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
LibGUI: Implement content_margins for GroupBox
This commit is contained in:
parent
72139e1262
commit
4955769ab8
2 changed files with 11 additions and 0 deletions
|
@ -17,6 +17,7 @@ public:
|
|||
|
||||
String title() const { return m_title; }
|
||||
void set_title(const StringView&);
|
||||
virtual Margins content_margins() const override;
|
||||
|
||||
protected:
|
||||
explicit GroupBox(const StringView& title = {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue