feat: adjust rectangle anchors and radius

This commit is contained in:
tux
2026-03-03 05:46:05 +05:30
parent 0dcfcda592
commit ab5587fd90

View File

@@ -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