8 lines
99 B
QML
8 lines
99 B
QML
import QtQuick
|
|
import "root:config"
|
|
|
|
Rectangle {
|
|
color: Theme.palette.base100
|
|
|
|
radius: 5
|
|
}
|