aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content/InputPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/content/InputPanel.qml')
-rw-r--r--src/virtualkeyboard/content/InputPanel.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/virtualkeyboard/content/InputPanel.qml b/src/virtualkeyboard/content/InputPanel.qml
index 2e500a1b..3e354471 100644
--- a/src/virtualkeyboard/content/InputPanel.qml
+++ b/src/virtualkeyboard/content/InputPanel.qml
@@ -38,9 +38,9 @@ import QtQuick.VirtualKeyboard 2.1
\ingroup qtvirtualkeyboard-qml
The keyboard size is automatically calculated from the available
- width, i.e. the keyboard maintains the aspect ratio specified by the current
- style. Therefore the application should only set the \c width and \c y
- coordinates of the InputPanel, and not the height.
+ width; that is, the keyboard maintains the aspect ratio specified by the current
+ style. Therefore the application should only set the \l {Item::}{width} and \l {Item::}{y}
+ coordinates of the InputPanel, and not the \l {Item::}{height}.
*/
Item {