7 lines
90 B
QML
7 lines
90 B
QML
import QtQuick 2.7
|
|
|
|
Rectangle {
|
|
id: rectangle
|
|
color: HStyle.sidePane.background
|
|
}
|