diff options
Diffstat (limited to 'modules/detachedcontent/bluetooth/BtPane.qml')
| -rw-r--r-- | modules/detachedcontent/bluetooth/BtPane.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/detachedcontent/bluetooth/BtPane.qml b/modules/detachedcontent/bluetooth/BtPane.qml index bd48c7d..da18cdf 100644 --- a/modules/detachedcontent/bluetooth/BtPane.qml +++ b/modules/detachedcontent/bluetooth/BtPane.qml @@ -61,7 +61,7 @@ RowLayout { } Anim { property: "scale" - to: 0.7 + to: 0.8 easing.bezierCurve: Appearance.anim.curves.standardAccel } } |