diff options
Diffstat (limited to 'gui/TabWidget.h')
-rw-r--r-- | gui/TabWidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/TabWidget.h b/gui/TabWidget.h index 81544c2de7..e7b8733d8f 100644 --- a/gui/TabWidget.h +++ b/gui/TabWidget.h @@ -46,6 +46,9 @@ protected: int _tabWidth; int _tabHeight; + int _bodyRP, _bodyTP, _bodyLP, _bodyBP; + ThemeEngine::DialogBackground _bodyBackgroundType; + int _titleVPad; int _butRP, _butTP, _butW, _butH; |