summaryrefslogtreecommitdiffstats
path: root/src/controls/GroupBox.qml
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-03-25 12:40:27 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-05 13:48:26 +0200
commit9a741263dbc52e171bf1277f46efb0b8eb73c4df (patch)
treee28813ea790000e7f62ab2dbcb731cc3b934037c /src/controls/GroupBox.qml
parent607090bb3410b8c4b2d6b473f0365bfffe94fd54 (diff)
Doc: minor language edits
Concerning vocab., punctuation, syntax and/or Writing Guidelines. Corrected whitespace issues. Replaced "if" with "whether" in Slider.qml Task-number: QTBUG-30318 Change-Id: I0e0e8d2b807f0a6534deb2caa6dbee7eb206f43b Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Laszlo Papp <lpapp@kde.org>
Diffstat (limited to 'src/controls/GroupBox.qml')
-rw-r--r--src/controls/GroupBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/GroupBox.qml b/src/controls/GroupBox.qml
index 36b86fc35..91c358814 100644
--- a/src/controls/GroupBox.qml
+++ b/src/controls/GroupBox.qml
@@ -98,7 +98,7 @@ Item {
If this property is enabled, only the top part of the frame is drawn in most styles;
otherwise, the whole frame is drawn.
- By default, this property is disabled, i.e., group boxes are not flat unless explicitly specified.
+ By default, this property is disabled, so group boxes are not flat unless explicitly specified.
\note In some styles, flat and non-flat group boxes have similar representations and may not be as
distinguishable as they are in other styles.