diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-03-31 06:45:31 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-03-31 06:45:31 (GMT) |
commit | b6a0595e6479138b9d58c499f4285b357e81b2eb (patch) | |
tree | 2e10e8a59ae55f75e44b67a310103a084e8d169f /util/s60pixelmetrics/pixel_metrics.h | |
parent | e178cf86ff5007d5af31181d064b1bf824ffbc33 (diff) | |
parent | a795a55cf2796a44cf30e002962ebad0588ef740 (diff) | |
download | Qt-b6a0595e6479138b9d58c499f4285b357e81b2eb.zip Qt-b6a0595e6479138b9d58c499f4285b357e81b2eb.tar.gz Qt-b6a0595e6479138b9d58c499f4285b357e81b2eb.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'util/s60pixelmetrics/pixel_metrics.h')
-rw-r--r-- | util/s60pixelmetrics/pixel_metrics.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util/s60pixelmetrics/pixel_metrics.h b/util/s60pixelmetrics/pixel_metrics.h index 3536c0e..4b0f57e 100644 --- a/util/s60pixelmetrics/pixel_metrics.h +++ b/util/s60pixelmetrics/pixel_metrics.h @@ -185,7 +185,9 @@ NONSHARABLE_CLASS( QStyle ) // Bold line width PM_Custom_BoldLineWidth, // Thin line width - PM_Custom_ThinLineWidth + PM_Custom_ThinLineWidth, + // Height of a popup info messagebox + PM_Custom_MessageBoxHeight }; }; |