forked from Shinonome/dots-hyprland
weather widget: make number and icon further apart
This commit is contained in:
@@ -37,8 +37,8 @@ AbstractBackgroundWidget {
|
|||||||
anchors {
|
anchors {
|
||||||
right: parent.right
|
right: parent.right
|
||||||
top: parent.top
|
top: parent.top
|
||||||
rightMargin: 20
|
rightMargin: 16
|
||||||
topMargin: 24
|
topMargin: 20
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -50,8 +50,8 @@ AbstractBackgroundWidget {
|
|||||||
left: parent.left
|
left: parent.left
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
|
|
||||||
leftMargin: 20
|
leftMargin: 16
|
||||||
bottomMargin: 24
|
bottomMargin: 20
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user