mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:21:32 +02:00
Temporarily disable magnification until further notice
This commit is contained in:
parent
8d5e7dbeff
commit
cff80e86b6
1 changed files with 4 additions and 2 deletions
|
@ -188,8 +188,10 @@ Item {
|
||||||
|
|
||||||
TabletButton {
|
TabletButton {
|
||||||
id: tabletButton
|
id: tabletButton
|
||||||
scale: wrapper.hovered ? 1.25 : wrapper.containsMouse ? 0.75 : 1.0
|
|
||||||
Behavior on scale { NumberAnimation { duration: 200; easing.type: Easing.Linear } }
|
// Temporarily disable magnification
|
||||||
|
// scale: wrapper.hovered ? 1.25 : wrapper.containsMouse ? 0.75 : 1.0
|
||||||
|
// Behavior on scale { NumberAnimation { duration: 200; easing.type: Easing.Linear } }
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
gridView: wrapper.GridView.view
|
gridView: wrapper.GridView.view
|
||||||
|
|
Loading…
Reference in a new issue