7 lines
94 B
QML
7 lines
94 B
QML
import QtQuick 2.12
|
|
|
|
Rectangle {
|
|
id: rectangle
|
|
color: theme.controls.box.background
|
|
}
|