mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-27 00:07:16 +00:00
WeatherCard: Make current weather align with forecast
Aligns the current weather with the first day of the forecast to add some spacing to the left
This commit is contained in:
@@ -21,6 +21,8 @@ NBox {
|
||||
clip: true
|
||||
|
||||
RowLayout {
|
||||
id: weatherCurrent
|
||||
anchors.left: weatherForecast.left
|
||||
spacing: Style.marginS
|
||||
NIcon {
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
@@ -77,6 +79,7 @@ NBox {
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
id: weatherForecast
|
||||
visible: weatherReady
|
||||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter
|
||||
|
||||
Reference in New Issue
Block a user