Changed textField module sounds

This commit is contained in:
RebeccaStankus 2019-09-09 10:36:35 -07:00
parent 5d316a9fd6
commit 33b78bea4f

View file

@ -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: {