NotificationHistory cleanup
This commit is contained in:
parent
c7e82517f2
commit
41bc827ca9
1 changed files with 0 additions and 11 deletions
|
|
@ -20,16 +20,6 @@ NPanel {
|
|||
id: notificationRect
|
||||
color: Color.transparent
|
||||
|
||||
// color: Color.mSurface
|
||||
// radius: Style.radiusL * scaling
|
||||
// border.color: Color.mOutline
|
||||
// border.width: Math.max(1, Style.borderS * scaling)
|
||||
|
||||
// anchors.top: parent.top
|
||||
// anchors.right: parent.right
|
||||
// anchors.topMargin: Style.marginXS * scaling
|
||||
// anchors.rightMargin: Style.marginXS * scaling
|
||||
// clip: true
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
anchors.margins: Style.marginL * scaling
|
||||
|
|
@ -184,7 +174,6 @@ NPanel {
|
|||
anchors.fill: parent
|
||||
anchors.rightMargin: Style.marginL * 3 * scaling
|
||||
hoverEnabled: true
|
||||
// Remove the onClicked handler since we now have a dedicated delete button
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue