autoformatting
This commit is contained in:
parent
937675ebb3
commit
5f3add5d99
5 changed files with 3 additions and 5 deletions
|
|
@ -70,7 +70,6 @@ Variants {
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
active: true
|
|
||||||
sourceComponent: (Settings.data.bar.position === "left" || Settings.data.bar.position === "right") ? verticalBarComponent : horizontalBarComponent
|
sourceComponent: (Settings.data.bar.position === "left" || Settings.data.bar.position === "right") ? verticalBarComponent : horizontalBarComponent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -222,7 +222,7 @@ Item {
|
||||||
width: Style.capsuleHeight * 0.75 * scaling
|
width: Style.capsuleHeight * 0.75 * scaling
|
||||||
height: Style.capsuleHeight * 0.75 * scaling
|
height: Style.capsuleHeight * 0.75 * scaling
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
||||||
IconImage {
|
IconImage {
|
||||||
id: windowIconVertical
|
id: windowIconVertical
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ NBox {
|
||||||
property var widgetModel: []
|
property var widgetModel: []
|
||||||
property var availableWidgets: []
|
property var availableWidgets: []
|
||||||
|
|
||||||
|
|
||||||
readonly property real miniButtonSize: Style.baseWidgetSize * 0.65
|
readonly property real miniButtonSize: Style.baseWidgetSize * 0.65
|
||||||
|
|
||||||
signal addWidget(string widgetId, string section)
|
signal addWidget(string widgetId, string section)
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ ColumnLayout {
|
||||||
spacing: Style.marginXXS * scaling
|
spacing: Style.marginXXS * scaling
|
||||||
|
|
||||||
NLabel {
|
NLabel {
|
||||||
label: modelData.name|| "Unknown"
|
label: modelData.name || "Unknown"
|
||||||
description: `${modelData.model} - ${modelData.width}x${modelData.height} [x:${modelData.x} y:${modelData.y}]`
|
description: `${modelData.model} - ${modelData.width}x${modelData.height} [x:${modelData.x} y:${modelData.y}]`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors {
|
anchors {
|
||||||
leftMargin: Style.marginL * scaling
|
leftMargin: Style.marginL * scaling
|
||||||
rightMargin: Style.marginL * scaling
|
rightMargin: Style.marginL * scaling
|
||||||
}
|
}
|
||||||
spacing: Style.marginS * scaling
|
spacing: Style.marginS * scaling
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue