9 lines
108 B
QML
9 lines
108 B
QML
import QtQuick 2.12
|
|
|
|
import Utils 1.0
|
|
|
|
Rectangle {
|
|
color: Palette.screenBackgroundColor
|
|
radius: 6
|
|
}
|