Index: sources/gui/qml/components/TextEntry.qml =================================================================== diff -u -rd71990c79c75c613d781890c6f77505d409d6c64 -r96b249bba7de97afe17cfbdaf02250dbded38f4b --- sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision d71990c79c75c613d781890c6f77505d409d6c64) +++ sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision 96b249bba7de97afe17cfbdaf02250dbded38f4b) @@ -29,6 +29,7 @@ property bool enableInput : true property color lineColor : Colors.textEntry property bool lineVisible : true + property alias labelVisible : _label.visible signal enterPressed() width: Variables.textInputWidth