mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
no side borders
This commit is contained in:
parent
b71adfeef3
commit
54bb4a3946
1 changed files with 2 additions and 0 deletions
|
|
@ -147,6 +147,8 @@ Item {
|
||||||
anchors {
|
anchors {
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
|
leftMargin: -1
|
||||||
|
rightMargin: -1
|
||||||
}
|
}
|
||||||
border.color: Qt.rgba(1, 1, 1, 0.5)
|
border.color: Qt.rgba(1, 1, 1, 0.5)
|
||||||
radius: units.gridUnit
|
radius: units.gridUnit
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue