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:
@@ -103,7 +103,7 @@ Column {
|
|||||||
id: tabCloseButton
|
id: tabCloseButton
|
||||||
width: 20
|
width: 20
|
||||||
height: 20
|
height: 20
|
||||||
radius: 10
|
radius: Theme.cornerRadius
|
||||||
color: closeMouseArea.containsMouse ? Theme.surfaceTextHover : Theme.withAlpha(Theme.surfaceTextHover, 0)
|
color: closeMouseArea.containsMouse ? Theme.surfaceTextHover : Theme.withAlpha(Theme.surfaceTextHover, 0)
|
||||||
visible: NotepadStorageService.tabs.length > 1
|
visible: NotepadStorageService.tabs.length > 1
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ PanelWindow {
|
|||||||
customTransparency >= 0 ? customTransparency : SettingsData.popupTransparency)
|
customTransparency >= 0 ? customTransparency : SettingsData.popupTransparency)
|
||||||
border.color: Theme.outlineMedium
|
border.color: Theme.outlineMedium
|
||||||
border.width: 1
|
border.width: 1
|
||||||
|
radius: Theme.cornerRadius
|
||||||
visible: isVisible || slideAnimation.running
|
visible: isVisible || slideAnimation.running
|
||||||
|
|
||||||
transform: Translate {
|
transform: Translate {
|
||||||
|
|||||||
Reference in New Issue
Block a user