reorganize repo: move shell sources into shell/, test scripts into test/
This commit is contained in:
parent
344c1f8512
commit
d6cd2f173a
60 changed files with 2 additions and 2 deletions
12
shell/modules/PopupBackground.qml
Normal file
12
shell/modules/PopupBackground.qml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import QtQuick
|
||||
import "." as M
|
||||
|
||||
Rectangle {
|
||||
property color accentColor: M.Theme.base05
|
||||
|
||||
color: M.Theme.base01
|
||||
opacity: Math.max(M.Theme.barOpacity, 0.85)
|
||||
radius: M.Theme.radius
|
||||
border.color: accentColor
|
||||
border.width: 1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue