1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:47:44 +00:00

GTabWidget: Tweak appearance.

This commit is contained in:
Andreas Kling 2019-05-07 14:13:20 +02:00
parent 5c4b421d56
commit 11b99dd89a
2 changed files with 3 additions and 3 deletions

View file

@ -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*);