moment/src/qml/Base/HRectangle.qml

7 lines
89 B
QML
Raw Normal View History

import QtQuick 2.7
Rectangle {
id: rectangle
color: theme.sidePane.background
}