Index: sources/gui/qml/components/TextEntry.qml =================================================================== diff -u -rb2a0a682b4f9bcf52352e6cb6206ba10f09c7847 -r25fec42483af3397ccd9306da1c5b19f5d950164 --- sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision b2a0a682b4f9bcf52352e6cb6206ba10f09c7847) +++ sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision 25fec42483af3397ccd9306da1c5b19f5d950164) @@ -110,6 +110,7 @@ selectedTextColor : acceptableInput ? Colors.textMain : Colors.red anchors.left : _separator.right horizontalAlignment : TextInput.AlignHCenter + verticalAlignment : TextInput.AlignVCenter inputMethodHints : Qt.ImhDigitsOnly selectByMouse : true activeFocusOnPress : true