1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -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

@@ -103,7 +103,7 @@ Column {
id: tabCloseButton
width: 20
height: 20
radius: 10
radius: Theme.cornerRadius
color: closeMouseArea.containsMouse ? Theme.surfaceTextHover : Theme.withAlpha(Theme.surfaceTextHover, 0)
visible: NotepadStorageService.tabs.length > 1
anchors.verticalCenter: parent.verticalCenter