changeset 37 | 758a864f9613 |
parent 18 | 2f34d5167611 |
--- a/demos/embedded/fluidlauncher/pictureflow.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/demos/embedded/fluidlauncher/pictureflow.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -603,7 +603,7 @@ Qt::TransformationMode mode = Qt::SmoothTransformation; img = img.scaled(w, h, Qt::IgnoreAspectRatio, mode); - // slightly larger, to accomodate for the reflection + // slightly larger, to accommodate for the reflection int hs = h * 2; int hofs = h / 3;