mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
new popup system
This commit is contained in:
parent
a416887d3b
commit
d29234ed84
2 changed files with 179 additions and 0 deletions
13
shell/widgets/StyledRectangle.qml
Normal file
13
shell/widgets/StyledRectangle.qml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import QtQuick
|
||||
import qs
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
radius: 12
|
||||
color: ShellSettings.colors.surface_translucent
|
||||
|
||||
border {
|
||||
width: 1
|
||||
color: ShellSettings.colors.active_translucent
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue