don't show shadow for flat toolbuttons

fixes the look of all themes that actually provide a separed button shadow

Change-Id: I24fde6437e2cdd2949d629ddb53138ace0a883f3
This commit is contained in:
Marco Martin 2015-03-12 11:37:33 +01:00
parent d3dd3d58e1
commit 082ee9aad3

View File

@ -204,6 +204,7 @@ QtQuickControlStyle.ButtonStyle {
Private.ButtonShadow { Private.ButtonShadow {
id: shadow id: shadow
visible: !style.flat
anchors.fill: parent anchors.fill: parent
state: { state: {
if (control.pressed) { if (control.pressed) {