Make the delay indicator a rounded rectangle
authorLuciano Montanaro <mikelima@cirulla.net>
Fri, 27 Dec 2013 02:25:14 +0000 (03:25 +0100)
committerLuciano Montanaro <mikelima@cirulla.net>
Fri, 27 Dec 2013 02:25:14 +0000 (03:25 +0100)
application/resources/sailfish/qml/pages/components/DelayIndicator.qml

index cfccfae..021ebea 100644 (file)
@@ -16,6 +16,7 @@ Item {
         width: 10
         height: indicator.height - 10
         anchors.centerIn: parent
+        radius: 3
         color: {
             switch (indicator.level) {
             case 0: return "#0b0"