1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 16:02:51 -05:00

Update Notepad theme corner radius to match user settings

This commit is contained in:
purian23
2025-10-05 22:43:49 -04:00
parent ca086dbf16
commit 223e783bbc
2 changed files with 2 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ PanelWindow {
customTransparency >= 0 ? customTransparency : SettingsData.popupTransparency)
border.color: Theme.outlineMedium
border.width: 1
radius: Theme.cornerRadius
visible: isVisible || slideAnimation.running
transform: Translate {