summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-05-19 17:28:18 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-07-04 11:04:27 +0000
commita56031450d75efea5e72b690e0cc6e3c7b0e7f34 (patch)
tree0f0138e84a2333035aa2d5dc6f08dfd37b0e9a4a
parentca5fac0242d61e8060dd587867011b2b06205acd (diff)
downloadqtdoc-a56031450d75efea5e72b690e0cc6e3c7b0e7f34.tar.gz
Fix a minor typo
Change-Id: I1c75064af631d405f83bca2e7f72a3bdda5b7cbc Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--doc/src/highdpi.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/highdpi.qdoc b/doc/src/highdpi.qdoc
index dc1261a0..54cafae3 100644
--- a/doc/src/highdpi.qdoc
+++ b/doc/src/highdpi.qdoc
@@ -126,7 +126,7 @@
\row
\li DPI Unaware
- \li This level has been introduced in Windows-Vista. Windows will pretend to the
+ \li This level has been introduced in Windows Vista. Windows will pretend to the
application that it is running on a standard display of 96 DPI of 1920x1080
and scale the application accordingly. It is intended to accommodate older
applications designed for low DPI displays. Some artifacts may result from
@@ -134,7 +134,7 @@
\row
\li System-DPI Aware
- \li This level has been introduced in Windows-Vista. It differs from
+ \li This level has been introduced in Windows Vista. It differs from
\e{Per-Monitor DPI Aware} only when multiple monitors are connected.
Windows will calculate a scaling suitable for all connected monitors.