Removed borders as they are hard to manage + scaling issues

This commit is contained in:
quadbyte 2025-08-07 21:17:28 -04:00
parent 19e1f8053e
commit eda65a9948
3 changed files with 40 additions and 86 deletions

View file

@ -51,19 +51,8 @@ Scope {
color: Theme.backgroundPrimary
anchors.top: parent.top
anchors.left: parent.left
Rectangle {
anchors.bottom: parent.bottom
width: parent.width
height: 1
color: "transparent"
border.color: Theme.outline || "#444"
border.width: 1
}
}
Row {
id: leftWidgetsRow