forked from qt-creator/qt-creator
QmlDesigner: Fix ButtonRow border overlap on hover
Change-Id: Iccbb35f40538c21dfbc2560d905cb21cb5b0948d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
e042b7ca59
commit
af3c97ea7d
@@ -142,6 +142,10 @@ T.AbstractButton {
|
||||
color: control.style.background.hover
|
||||
border.color: control.style.border.hover
|
||||
}
|
||||
PropertyChanges {
|
||||
target: control
|
||||
z: 100
|
||||
}
|
||||
},
|
||||
State {
|
||||
name: "hoverCheck"
|
||||
@@ -153,6 +157,10 @@ T.AbstractButton {
|
||||
border.color: control.checkedInverted ? control.style.interactionHover
|
||||
: control.style.border.hover
|
||||
}
|
||||
PropertyChanges {
|
||||
target: control
|
||||
z: 100
|
||||
}
|
||||
},
|
||||
State {
|
||||
name: "press"
|
||||
|
Reference in New Issue
Block a user