1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 23:42:51 -05:00

fix: Notepad text opacity

This commit is contained in:
purian23
2025-09-21 01:44:47 -04:00
parent 2e4770f4be
commit 7c1c64fefc
2 changed files with 1 additions and 9 deletions

View File

@@ -67,14 +67,6 @@ PanelWindow {
border.color: Theme.outlineMedium
border.width: 1
visible: isVisible
opacity: isVisible ? (customTransparency >= 0 ? customTransparency : SettingsData.popupTransparency) : 0
Behavior on opacity {
NumberAnimation {
duration: 700
easing.type: Easing.OutCubic
}
}
transform: Translate {
id: slideTransform