From 223e783bbc504b49056d137de52cb2400f8f5060 Mon Sep 17 00:00:00 2001 From: purian23 Date: Sun, 5 Oct 2025 22:43:49 -0400 Subject: [PATCH] Update Notepad theme corner radius to match user settings --- Modules/Notepad/NotepadTabs.qml | 2 +- Widgets/DankSlideout.qml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Notepad/NotepadTabs.qml b/Modules/Notepad/NotepadTabs.qml index b12c301b..ec027d88 100644 --- a/Modules/Notepad/NotepadTabs.qml +++ b/Modules/Notepad/NotepadTabs.qml @@ -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 diff --git a/Widgets/DankSlideout.qml b/Widgets/DankSlideout.qml index 116bad10..aeeb57da 100644 --- a/Widgets/DankSlideout.qml +++ b/Widgets/DankSlideout.qml @@ -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 {