mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-29 09:02:12 +00:00
WeatherCard: add small indent to current weather
just move the current weather a bit to the right for a better layout
This commit is contained in:
@@ -21,9 +21,11 @@ NBox {
|
||||
clip: true
|
||||
|
||||
RowLayout {
|
||||
id: weatherCurrent
|
||||
Layout.fillWidth: true
|
||||
spacing: Style.marginS
|
||||
Item {
|
||||
Layout.preferredWidth: 0
|
||||
}
|
||||
NIcon {
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
icon: weatherReady ? LocationService.weatherSymbolFromCode(LocationService.data.weather.current_weather.weathercode) : ""
|
||||
|
||||
Reference in New Issue
Block a user