mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
GTabWidget: Make a custom look for tab buttons.
This commit is contained in:
parent
62e7b26406
commit
4e1b36ddf2
5 changed files with 66 additions and 5 deletions
|
@ -34,6 +34,7 @@ private:
|
|||
int width(const Font&) const;
|
||||
String title;
|
||||
GWidget* widget { nullptr };
|
||||
bool hovered { false };
|
||||
};
|
||||
Vector<TabData> m_tabs;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue