mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:38:27 +02:00
Changed textField module sounds
This commit is contained in:
parent
5d316a9fd6
commit
33b78bea4f
1 changed files with 2 additions and 4 deletions
|
@ -35,10 +35,8 @@ TextField {
|
||||||
leftPadding: 0
|
leftPadding: 0
|
||||||
rightPadding: root.rightGlyph === "" ? 0 : rightGlyphItem.implicitWidth + simplifiedUI.sizes.controls.textField.rightGlyphPadding
|
rightPadding: root.rightGlyph === "" ? 0 : rightGlyphItem.implicitWidth + simplifiedUI.sizes.controls.textField.rightGlyphPadding
|
||||||
|
|
||||||
onFocusChanged: {
|
onPressed: {
|
||||||
if (focus) {
|
Tablet.playSound(TabletEnums.ButtonClick);
|
||||||
Tablet.playSound(TabletEnums.ButtonClick);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onHoveredChanged: {
|
onHoveredChanged: {
|
||||||
|
|
Loading…
Reference in a new issue