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

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 {