Cleaned up demopanel

This commit is contained in:
quadbyte 2025-08-11 15:40:07 -04:00
parent be4da5efaf
commit 457033b979

View file

@ -33,13 +33,6 @@ NLoader {
anchors.fill: parent
}
// A basic rectangle, which scale ok because out of layout
Rectangle {
width: Style.baseWidgetSize * scaling
height: Style.baseWidgetSize * scaling
color: Colors.accentTertiary
}
ColumnLayout {
anchors.fill: parent
anchors.margins: Style.marginXL * scaling
@ -169,13 +162,6 @@ NLoader {
Layout.fillWidth: true
}
}
// A basic rectangle, which does not scale right?!
Rectangle {
width: Style.baseWidgetSize * scaling
height: Style.baseWidgetSize * scaling
color: Colors.accentPrimary
}
}
}
}