added 'warningAlt' accent color config
This commit is contained in:
@@ -131,26 +131,13 @@ PanelWindow {
|
||||
border.color: "#555555"
|
||||
radius: 8
|
||||
|
||||
// Rectangle {
|
||||
// anchors.bottom: parent.bottom
|
||||
// anchors.left: parent.left
|
||||
// anchors.right: parent.right
|
||||
// height: 4
|
||||
// bottomLeftRadius: parent.radius
|
||||
// bottomRightRadius: parent.radius
|
||||
// color: "#40000000"
|
||||
// Rectangle {
|
||||
// anchors.fill: parent
|
||||
// width: parent.width * ( Math.max(0, Math.min( rootItem.modelData.timer ) ) )
|
||||
// }
|
||||
// }
|
||||
|
||||
Component.onCompleted: {
|
||||
root.notifRegions.push( notifRegion.createObject(root, { item: backgroundRect }));
|
||||
}
|
||||
|
||||
Column {
|
||||
id: contentLayout
|
||||
z: 0
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
@@ -238,11 +225,10 @@ PanelWindow {
|
||||
|
||||
}
|
||||
MouseArea {
|
||||
property int timePassed
|
||||
z: 1
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
onEntered: {
|
||||
// rootItem.modelData.timer.interval = 5000 - timer.restartMs();
|
||||
rootItem.modelData.timer.stop();
|
||||
}
|
||||
onExited: {
|
||||
|
||||
Reference in New Issue
Block a user