branch | RCL_3 |
changeset 5 | d3bac044e0f0 |
parent 4 | 3b1da2848fc7 |
child 8 | 3f74d0d4af4c |
--- a/src/gui/styles/qcommonstyle.cpp Fri Feb 19 23:40:16 2010 +0200 +++ b/src/gui/styles/qcommonstyle.cpp Fri Mar 12 15:46:37 2010 +0200 @@ -1608,7 +1608,7 @@ if (toolbutton->toolButtonStyle == Qt::ToolButtonTextUnderIcon) { pr.setHeight(pmSize.height() + 6); - tr.adjust(0, pr.height() - 1, 0, -3); + tr.adjust(0, pr.height() - 1, 0, -2); pr.translate(shiftX, shiftY); if (!hasArrow) { proxy()->drawItemPixmap(p, pr, Qt::AlignCenter, pm);