Removed borders as they are hard to manage + scaling issues
This commit is contained in:
parent
19e1f8053e
commit
eda65a9948
3 changed files with 40 additions and 86 deletions
11
Bar/Bar.qml
11
Bar/Bar.qml
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue