diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-31 18:47:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-31 18:47:07 -0500 |
commit | 0a232e5b3c2875e68d97be690beec7da1ccc65ba (patch) | |
tree | ec5222b67db7ba6aad8fa337d0e25153d8fe5062 /src/styles/qcommonstyle.cpp | |
parent | 95354d1b5116fa9e96534bef9a2f65c1976d4c12 (diff) | |
parent | 289363b959ac4720ee604f1dfba54c624f0098c0 (diff) | |
download | qt3-0a232e5b3c2875e68d97be690beec7da1ccc65ba.tar.gz qt3-0a232e5b3c2875e68d97be690beec7da1ccc65ba.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3
Diffstat (limited to 'src/styles/qcommonstyle.cpp')
-rw-r--r-- | src/styles/qcommonstyle.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp index 2614bbf..3a1a8d8 100644 --- a/src/styles/qcommonstyle.cpp +++ b/src/styles/qcommonstyle.cpp @@ -2870,6 +2870,9 @@ int QCommonStyle::pixelMetric(PixelMetric m, QStyleControlElementData ceData, Co case PM_TabBarScrollButtonWidth: ret = 16; break; + case PM_ArrowSize: + ret = 7; + break; default: ret = 0; break; |