mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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
|
||||
rightPadding: root.rightGlyph === "" ? 0 : rightGlyphItem.implicitWidth + simplifiedUI.sizes.controls.textField.rightGlyphPadding
|
||||
|
||||
onFocusChanged: {
|
||||
if (focus) {
|
||||
Tablet.playSound(TabletEnums.ButtonClick);
|
||||
}
|
||||
onPressed: {
|
||||
Tablet.playSound(TabletEnums.ButtonClick);
|
||||
}
|
||||
|
||||
onHoveredChanged: {
|
||||
|
|
Loading…
Reference in a new issue