9 lines
188 B
QML
9 lines
188 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
|
|
Rectangle {
|
|
Layout.preferredWidth: BarSettings.barWidth
|
|
Layout.preferredHeight: BarSettings.infoBoxHeight
|
|
color: BarSettings.infoBoxBg
|
|
}
|