mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
style(WeatherPopup): remove the border
This commit is contained in:
@@ -11,10 +11,8 @@ Rectangle {
|
||||
implicitWidth: columnLayout.implicitWidth + margin * 2
|
||||
implicitHeight: columnLayout.implicitHeight + margin * 2
|
||||
color: Appearance.colors.colLayer0
|
||||
radius: 12
|
||||
radius: Appearance.rounding.small
|
||||
clip: true
|
||||
border.color: Appearance.colors.colShadow
|
||||
border.width: 1
|
||||
|
||||
ColumnLayout {
|
||||
id: columnLayout
|
||||
|
||||
Reference in New Issue
Block a user