summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-06-27 12:58:12 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2014-06-30 08:14:38 +0300
commit600aa5708e9ee033c98561d6e44aa4e9901b63b1 (patch)
tree00cb57a0761a39a5c20932a6fb55970a303a53ce /tests
parenta0196afc135d63f69aab5626424cc2e21ccac611 (diff)
Adjust background margins based on angular labels and title
Also separated the vertical and horizontal background margins. Task-number: QTRD-3184 Change-Id: I988217d4df7749585dd85b5ea8f3f50254dca6ad Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/scattertest/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scattertest/main.cpp b/tests/scattertest/main.cpp
index f434e324..53e94083 100644
--- a/tests/scattertest/main.cpp
+++ b/tests/scattertest/main.cpp
@@ -240,7 +240,7 @@ int main(int argc, char **argv)
optimizationStaticCB->setChecked(false);
QCheckBox *orthoCB = new QCheckBox(widget);
- orthoCB->setText(QStringLiteral("Orthogonal projection"));
+ orthoCB->setText(QStringLiteral("Orthographic projection"));
orthoCB->setChecked(false);
QCheckBox *polarCB = new QCheckBox(widget);