mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-03-22 03:06:32 +05:30
feat: adjust rectangle anchors and radius
This commit is contained in:
3
Bar.qml
3
Bar.qml
@@ -23,11 +23,12 @@ Scope {
|
|||||||
top: true
|
top: true
|
||||||
}
|
}
|
||||||
|
|
||||||
implicitHeight: 40
|
implicitHeight: 50
|
||||||
implicitWidth: 1150
|
implicitWidth: 1150
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
anchors.topMargin: 10
|
||||||
radius: Appearance.radius
|
radius: Appearance.radius
|
||||||
color: Appearance.colors.background
|
color: Appearance.colors.background
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user