Commit 0aefb51a authored by Willian Galvani's avatar Willian Galvani

QGCTextField: hide borders when disabled

parent 3ed720b0
......@@ -61,6 +61,7 @@ TextField {
Rectangle {
anchors.fill: parent
border.width: enabled ? 1 : 0
border.color: root.activeFocus ? "#47b" : "#999"
color: qgcPal.textField
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment