-rw-r--r-- | noncore/styles/phase/phasestyle.cpp | 6 | ||||
-rw-r--r-- | noncore/styles/phase/phasestyle.h | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/noncore/styles/phase/phasestyle.cpp b/noncore/styles/phase/phasestyle.cpp index 139505f..ba8c460 100644 --- a/noncore/styles/phase/phasestyle.cpp +++ b/noncore/styles/phase/phasestyle.cpp | |||
@@ -754,6 +754,12 @@ void PhaseStyle::drawComboButton( QPainter * p, int x, int y, | |||
754 | p->setPen(g.buttonText() ); | 754 | p->setPen(g.buttonText() ); |
755 | } | 755 | } |
756 | 756 | ||
757 | void PhaseStyle::tabbarMetrics( const QTabBar* t, int &hframe, int &vframe, int& ov ) { | ||
758 | QCommonStyle::tabbarMetrics( t, hframe, vframe, ov ); | ||
759 | hframe -= 2; | ||
760 | vframe += 1; | ||
761 | } | ||
762 | |||
757 | 763 | ||
758 | void PhaseStyle::drawTab(QPainter* painter, const QTabBar* bar, QTab* tab, | 764 | void PhaseStyle::drawTab(QPainter* painter, const QTabBar* bar, QTab* tab, |
759 | bool selected ) { | 765 | bool selected ) { |
diff --git a/noncore/styles/phase/phasestyle.h b/noncore/styles/phase/phasestyle.h index ab593e6..cbaa534 100644 --- a/noncore/styles/phase/phasestyle.h +++ b/noncore/styles/phase/phasestyle.h | |||
@@ -121,6 +121,7 @@ public: | |||
121 | bool selected ); | 121 | bool selected ); |
122 | void drawTabMask( QPainter*, const QTabBar*, QTab*, | 122 | void drawTabMask( QPainter*, const QTabBar*, QTab*, |
123 | bool ); | 123 | bool ); |
124 | void tabbarMetrics( const QTabBar* t, int &hframe, int &vframe, int &overlap); | ||
124 | 125 | ||
125 | /* tool button */ | 126 | /* tool button */ |
126 | void drawToolButton ( QPainter * p, int x, int y, | 127 | void drawToolButton ( QPainter * p, int x, int y, |