diff --git a/doc/images/qmldesigner-screen-design.png b/doc/images/qmldesigner-screen-design.png
index e72e49f8cb6331e68c05506346828161e5236914..fc18f060bd6cb62155c739a9f604c2cd9959c0f8 100644
Binary files a/doc/images/qmldesigner-screen-design.png and b/doc/images/qmldesigner-screen-design.png differ
diff --git a/doc/images/qmldesigner-states.png b/doc/images/qmldesigner-states.png
index 1cbd979b167c74ec612cf51a7e1e8793d6bab16f..7d96ea42be1c4053485003071770c7acda0d454b 100644
Binary files a/doc/images/qmldesigner-states.png and b/doc/images/qmldesigner-states.png differ
diff --git a/doc/src/qtquick/qtquick-screens.qdoc b/doc/src/qtquick/qtquick-screens.qdoc
index 01069bc6eecf9ab99b24e47f9590246eeafe5862..af986b89c6c9ee6705c5a262d4ac343f4fa83b75 100644
--- a/doc/src/qtquick/qtquick-screens.qdoc
+++ b/doc/src/qtquick/qtquick-screens.qdoc
@@ -165,7 +165,8 @@
 
     \list 1
 
-        \o  In the base state, add all elements you will need in the application.
+        \o  In the base state, add all elements you will need in the
+            application (1).
             While you work on one screen, you can click the
             \inlineimage qmldesigner-show-hide-icon.png
             icon to hide elements on the canvas that are not part of a screen.
@@ -173,7 +174,7 @@
         \o  In the \gui States pane, click the empty slot to create a new state
             and give it a name. For example, \c Normal.
 
-        \o  In the \gui Properties pane, deselect the \gui Visibility check box
+        \o  In the \gui Properties pane (2), deselect the \gui Visibility check box
             or set \gui Opacity to 0 for each element that is not needed in this
             view. If you specify the setting for the parent element, all child
             elements inherit it and are also hidden.