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 {