Skip to content
Snippets Groups Projects
Commit f0b78036 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

ModalTextEdit: add required placeHolder

Change-Id: I7e450a3f68176bd67801700b621ff6f076531193
parent 2f7acbd3
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ Rectangle {
editMode: false
isPersistent: false
placeholderText: JamiStrings.title
onActiveFocusChanged: {
if (!activeFocus) {
......
......@@ -77,6 +77,7 @@ SettingsPageBase {
}
maxCharacters: JamiTheme.maximumCharacters
placeholderText: JamiStrings.displayName
editMode: false
isPersistent: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment