Create Styled things and finish notifications module
This commit is contained in:
10
Common/Styled/BackgroundRectangle.qml
Normal file
10
Common/Styled/BackgroundRectangle.qml
Normal file
@@ -0,0 +1,10 @@
|
||||
import QtQuick
|
||||
import qs.Common
|
||||
|
||||
Rectangle {
|
||||
|
||||
color: Theme.backgroudColor
|
||||
border.width: 1
|
||||
border.color: Theme.color2
|
||||
radius: 20
|
||||
}
|
||||
Reference in New Issue
Block a user