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,11 +35,9 @@ 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: {
if (hovered) { if (hovered) {