chore: bring notification close icon in line with rest of the shell
This commit is contained in:
parent
e50a21ebc5
commit
a516c42fa5
1 changed files with 8 additions and 4 deletions
|
@ -49,7 +49,7 @@ MouseArea {
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: header
|
id: header
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: 25
|
height: 40
|
||||||
|
|
||||||
IconImage {
|
IconImage {
|
||||||
source: toast.appIcon ? Quickshell.iconPath(toast.appIcon) : ""
|
source: toast.appIcon ? Quickshell.iconPath(toast.appIcon) : ""
|
||||||
|
@ -65,10 +65,14 @@ MouseArea {
|
||||||
font.pointSize: 12.5
|
font.pointSize: 12.5
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
BButton {
|
||||||
onClicked: toast.close()
|
onClicked: toast.close()
|
||||||
height: 16
|
height: 30
|
||||||
width: 16
|
width: 30
|
||||||
|
IconImage {
|
||||||
|
anchors.fill: parent
|
||||||
|
source: Quickshell.iconPath("window-close")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue