Advertisement
Guest User

Untitled

a guest
Mar 18th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. --- /dgbackup/20140318-1.0.3.8/@/usr/lib/qt5/qml/Sailfish/Silica/private/MenuIndicator.qml 2014-01-20 19:54:19.000000000 +0100
  2. +++ /usr/lib/qt5/qml/Sailfish/Silica/private/MenuIndicator.qml 2014-03-16 17:39:04.000000000 +0100
  3. @@ -40,8 +40,8 @@
  4. property bool busy
  5. - height: Theme.paddingLarge
  6. + height: 2*Theme.paddingLarge
  7. width: parent.width
  8. - radius: 0.25
  9. + radius: 0.7
  10. anchors.horizontalCenter: parent.horizontalCenter
  11. color: highlighted ? Theme.highlightColor : Theme.primaryColor
  12. - falloffRadius: 0.17
  13. + falloffRadius: 0.2
  14. Behavior on falloffRadius {
  15. @@ -60,3 +60,3 @@
  16. indicator.brightness = 1.0
  17. - indicator.falloffRadius = 0.17
  18. + indicator.falloffRadius = 0.2
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement