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

[Button] Enable style for Button component

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