summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-06-19 04:35:04 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-06-19 04:35:04 (GMT)
commit4383d5a9dae96bb87f824088d1b565a2fad09b18 (patch)
treee35e7aa1aa248af22c8d52e77aca1e7af1b7881a /tools/qmlviewer
parenta66a9cdf6eed479d2da65dd860d233b79c8601ec (diff)
downloadQt-4383d5a9dae96bb87f824088d1b565a2fad09b18.zip
Qt-4383d5a9dae96bb87f824088d1b565a2fad09b18.tar.gz
Qt-4383d5a9dae96bb87f824088d1b565a2fad09b18.tar.bz2
Clearer name for unscaled skin option.
The view is only resized; it's up to the QML to decide what that means (eg. scaling, cropping, etc.)
Diffstat (limited to 'tools/qmlviewer')
-rw-r--r--tools/qmlviewer/qmlviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlviewer/qmlviewer.cpp b/tools/qmlviewer/qmlviewer.cpp
index af543c9..21cadda 100644
--- a/tools/qmlviewer/qmlviewer.cpp
+++ b/tools/qmlviewer/qmlviewer.cpp
@@ -208,7 +208,7 @@ void QmlViewer::createMenu(QMenuBar *menu, QMenu *flatmenu)
skinActions->addAction(skinAction);
skinMenu->addAction(skinAction);
connect(skinAction, SIGNAL(triggered()), this, SLOT(setScaleSkin()));
- skinAction = new QAction(tr("Scale view"), parent);
+ skinAction = new QAction(tr("Resize view"), parent);
skinAction->setCheckable(true);
skinAction->setChecked(!scaleSkin);
skinActions->addAction(skinAction);