Removing shadow from Tumbler Qml control
-
Hello,
How can I remove the shadow from Tumbler control? Is it possible? It appears near the border and adds 3D look, but I would like to remove it and leave only single line border...Tried setting different properties like background, foreground, frame etc but nothing helped.
Thanks in advance
Chris -
As I mentioned, I tried assigning different Tumbler style properties like:
background: Rectangle
{
color: white
}and the same with foreground and frame style components
I also tried to set border.width to 0 and still I got this shadow near the borders