Commit 2001859d authored by SergeyChupligin's avatar SergeyChupligin Committed by Sergey Chupligin

[devicelock] Style button on devlock

parent 52a92e19
...@@ -26,6 +26,7 @@ Item { ...@@ -26,6 +26,7 @@ Item {
model: ["1","2","3","4","5","6","7","8","9","Ca","0","OK"] model: ["1","2","3","4","5","6","7","8","9","Ca","0","OK"]
delegate: delegate:
Button { Button {
style: ButtonStyle {}
Layout.fillWidth: true Layout.fillWidth: true
text: modelData text: modelData
onClicked: { onClicked: {
......
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