1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

更新图片效果tabbar

This commit is contained in:
tianduanrui 2018-01-04 20:25:20 +08:00
parent 0ab8042a50
commit 9dc8f86e23

View File

@ -296,7 +296,7 @@ void QQtPictureEffectTabBar::drawText ( QPainter* p )
else if ( iconStyle == IconStyle_2_Top_And_BottomText )
{
tRect0 = QRect ( tRect0.left(),
tRect0.top() + iconSize().height(),
tRect0.top() + iconSize().height() + spacing,
tRect0.width(),
tRect0.height()/2-spacing/2 );
}