Commit 60edd24f authored by Sergey Chupligin's avatar Sergey Chupligin

[Button] Enable style for Button component

parent 5668e657
......@@ -20,6 +20,8 @@
import QtQuick 2.1
import QtQuick.Controls 1.0
import QtQuick.Controls.Styles.Nemo 1.0
Button {
id: butt
......@@ -42,6 +44,8 @@ Button {
pressY = mouse.y
}
}
style: ButtonStyle{}
}
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