Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
todaysFactsWidget: Fix broken layout in GNOME 45
Using St.ScrollView.add_child() instead of St.ScrollView.add_actor() leads to broken layout in the ScrollView widget (zero vertical extension of rows). See #362 (comment) and follow-up comments. But unlike other St Widgets, ScrollView still supports the add_actor() method in GNOME 46. So keep using it.
- Loading branch information