mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
Revert antialiasing addition
This commit is contained in:
@@ -63,7 +63,6 @@ DankPopout {
|
||||
implicitHeight: contentColumn.height + Theme.spacingM * 2
|
||||
color: Theme.surfaceContainer
|
||||
radius: Theme.cornerRadius
|
||||
antialiasing: true
|
||||
focus: true
|
||||
|
||||
Component.onCompleted: {
|
||||
@@ -94,7 +93,6 @@ DankPopout {
|
||||
anchors.fill: parent
|
||||
color: Qt.rgba(Theme.surfaceTint.r, Theme.surfaceTint.g, Theme.surfaceTint.b, 0.04)
|
||||
radius: parent.radius
|
||||
antialiasing: true
|
||||
|
||||
SequentialAnimation on opacity {
|
||||
running: root.shouldBeVisible
|
||||
|
||||
Reference in New Issue
Block a user