forked from Shinonome/dots-hyprland
style(WeatherPopup): remove the border
This commit is contained in:
@@ -11,10 +11,8 @@ Rectangle {
|
|||||||
implicitWidth: columnLayout.implicitWidth + margin * 2
|
implicitWidth: columnLayout.implicitWidth + margin * 2
|
||||||
implicitHeight: columnLayout.implicitHeight + margin * 2
|
implicitHeight: columnLayout.implicitHeight + margin * 2
|
||||||
color: Appearance.colors.colLayer0
|
color: Appearance.colors.colLayer0
|
||||||
radius: 12
|
radius: Appearance.rounding.small
|
||||||
clip: true
|
clip: true
|
||||||
border.color: Appearance.colors.colShadow
|
|
||||||
border.width: 1
|
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: columnLayout
|
id: columnLayout
|
||||||
|
|||||||
Reference in New Issue
Block a user