Fix incorrect size hint for abstract spinbox
authorJens Bache-Wiig <jens.bache-wiig@digia.com>
Thu, 15 Nov 2012 16:38:29 +0000 (17:38 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 15 Nov 2012 17:15:50 +0000 (18:15 +0100)
commit162926414d2586bdf32f7bc61860772d598beaeb
treee0b52b5ac0565bc5a4c92f41633a27d1e2abb0d9
parent528de79f4be4594c76a36d215ce434de00457a29
Fix incorrect size hint for abstract spinbox

This size hint was based on strange logic from an alternate
universe. The size hint should only contain the text size
and let the style add what is neccessary for the frame rect etc.
Most styles have worked around this by simply ignoring it,
however some styles could still break a bit.

Note that we add 4 since that is the constant that the old
code 'usually' ended up at and should be compatible with
our existing styles.

Change-Id: Iebdbcb8949dd8b7daa7d8cb96ae5ab7351e4f79d
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
src/widgets/widgets/qabstractspinbox.cpp