Skip to content
Snippets Groups Projects
Commit 4127200d authored by Nicolas Vengeon's avatar Nicolas Vengeon Committed by Adrien Béraud
Browse files

EditableLineEdit: text input not aligned with label

Change-Id: I6bb5dda8364eba67c861b7d769b490bb28c5a0c7
Gitlab: #842
parent fe3f8521
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ Item {
visible: opacity
anchors.left: row.left
anchors.bottom: row.bottom
anchors.bottomMargin: 12
anchors.bottomMargin: row.height /5
width: visible? 18 : 0
height: 18
......@@ -158,6 +158,7 @@ Item {
MaterialLineEdit {
id: lineEdit
anchors.horizontalCenter: row.horizontalCenter
anchors.bottom: row.bottom
width: row.width - firstIco_.width - thirdIco_.width - secIco_.width - thirdIco_.anchors.rightMargin
readOnly: !editable || root.readOnly
underlined: true
......
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