summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/controls/Styles/Base/StatusIndicatorStyle.qml2
-rw-r--r--tests/auto/extras/BLACKLIST13
2 files changed, 1 insertions, 14 deletions
diff --git a/src/controls/Styles/Base/StatusIndicatorStyle.qml b/src/controls/Styles/Base/StatusIndicatorStyle.qml
index c12ab507..a334aa62 100644
--- a/src/controls/Styles/Base/StatusIndicatorStyle.qml
+++ b/src/controls/Styles/Base/StatusIndicatorStyle.qml
@@ -204,7 +204,7 @@ Style {
gradient.addColorStop(1.0, "transparent");
} else {
// Draw the radial shine.
- gradient = ctx.createRadialGradient(width / 2, height / 2, width * 0.25, width / 2, height / 2, width * 0.25);
+ gradient = ctx.createRadialGradient(width / 2, height / 2, 0, width / 2, height / 2, width * 0.5 /* (same as height) */);
gradient.addColorStop(0.0, Qt.lighter(baseColor, 1.4));
gradient.addColorStop(1.0, "transparent");
}
diff --git a/tests/auto/extras/BLACKLIST b/tests/auto/extras/BLACKLIST
deleted file mode 100644
index daa663dc..00000000
--- a/tests/auto/extras/BLACKLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-[Tests_StatusIndicator::test_active]
-*
-[Tests_StatusIndicator::test_baseStyleHasOuterShadow]
-*
-[Tests_StatusIndicator::test_color]
-*
-
-[Tests_Tumbler::test_focusPastLastColumn]
-*
-[Tests_Tumbler::test_itemsCorrectlyPositioned]
-*
-[Tests_Tumbler::test_keyboardNavigation]
-*