mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
GTabWidget: Tweak appearance.
This commit is contained in:
parent
5c4b421d56
commit
11b99dd89a
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ public:
|
|||
GWidget* active_widget() const { return m_active_widget; }
|
||||
void set_active_widget(GWidget*);
|
||||
|
||||
int bar_height() const { return 22; }
|
||||
int bar_height() const { return 21; }
|
||||
int container_padding() const { return 2; }
|
||||
|
||||
void add_widget(const String&, GWidget*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue