Skip to content
Snippets Groups Projects
Commit d62e5fdc authored by Christiaan Janssen's avatar Christiaan Janssen
Browse files

QmlDesigner.StatesEditor: Commented out the blur effects applied to the buttons

parent 87b96a75
No related branches found
No related tags found
No related merge requests found
......@@ -178,14 +178,14 @@ Rectangle {
height:2
color:"black"
anchors.centerIn:parent
effect: Blur { blurRadius: 1; }
//effect: Blur { blurRadius: 1; }
}
Rectangle {
width:2
height:12
color:"black"
anchors.centerIn:parent
effect: Blur { blurRadius: 1; }
//effect: Blur { blurRadius: 1; }
}
MouseRegion {
......@@ -248,7 +248,7 @@ Rectangle {
height:2
color:"black"
anchors.centerIn:parent
effect: Blur { blurRadius: 1; }
//effect: Blur { blurRadius: 1; }
}
visible: { root.currentStateIndex != 0 }
......
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