aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-11-03 12:08:49 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-11-03 12:42:13 +0000
commit83cbe4e899d2d22e923bdc10e90f91ef106edf58 (patch)
tree8f1d7b736171ec80dd1153aad91d38d0fe9d4fe8 /src/imports/controls/universal
parent1864020f5f3387b6c3fe0baf7ed82c9f8595f584 (diff)
Whitespace cleanups
Change-Id: Ia075694a7dc43d72d07221b569467fcebdb411fb Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports/controls/universal')
-rw-r--r--src/imports/controls/universal/CheckIndicator.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/universal/CheckIndicator.qml b/src/imports/controls/universal/CheckIndicator.qml
index 166cf184..873cbea2 100644
--- a/src/imports/controls/universal/CheckIndicator.qml
+++ b/src/imports/controls/universal/CheckIndicator.qml
@@ -67,7 +67,7 @@ Rectangle {
x: (parent.width - width) / 2
y: (parent.height - height) / 2
width: partiallyChecked ? parent.width / 2 : parent.width
- height: partiallyChecked ? parent.height / 2 : parent.height
+ height: partiallyChecked ? parent.height / 2 : parent.height
visible: !control.pressed && control.hovered || partiallyChecked
color: !partiallyChecked ? "transparent" :