[gnome-weather/wip/ewlsh/gtk4] Fix hourly forecast ordering



commit d06d166974e3f2f9f7e36b411735a1773b33174f
Author: Evan Welsh <contact evanwelsh com>
Date:   Sun Jan 2 01:52:08 2022 -0600

    Fix hourly forecast ordering

 src/app/hourlyForecast.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/app/hourlyForecast.js b/src/app/hourlyForecast.js
index b2e32f5..a360840 100644
--- a/src/app/hourlyForecast.js
+++ b/src/app/hourlyForecast.js
@@ -127,7 +127,7 @@ var HourlyForecastBox = GObject.registerClass(class HourlyForecastBox extends Gt
             hourEntry.temperatureLabel.set_markup(label);
         };
 
-        this.prepend(hourEntry);
+        this.append(hourEntry);
 
         this._hasForecastInfo = true;
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]