Advertisement
Guest User

Untitled

a guest
Mar 10th, 2015
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. --- original/usr/lib/qt5/qml/Sailfish/Silica/Button.qml
  2. +++ patched/usr/lib/qt5/qml/Sailfish/Silica/Button.qml
  3. @@ -67,7 +67,7 @@ -GlassItem {
  4. + Rectangle {
  5. width: parent.width
  6. height: Theme.itemSizeExtraSmall/2
  7. color: _showPress ? button.highlightColor : button.color
  8. - radius: _showPress ? 0.15 : 0.06
  9. - falloffRadius: _showPress ? 0.23 : 0.14
  10. - Behavior on radius { NumberAnimation { duration: 50; easing.type: Easing.InOutQuad }}
  11. - Behavior on falloffRadius { FadeAnimation { duration: 50; easing.type: Easing.InOutQuad }}
  12. - ratio: 0.0
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement