Browse Source

Input method hint was added for rests

Denis V. Dedkov 2 years ago
parent
commit
f0af00b66a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      qml/Views/RestsView.qml

+ 1 - 0
qml/Views/RestsView.qml

@@ -35,6 +35,7 @@ Page {
                 height: parent.height
 
                 text: modelData.rest
+                inputMethodHints: Qt.ImhPreferNumbers
 
                 onEditingFinished: restsModel.setProductRest(modelData.productId, text)
             }