elementary / notifications

Gtk Notifications Server
https://elementary.io
GNU General Public License v3.0
38 stars 6 forks source link

Replace `add` with `attach` for Grid #159

Closed treppenwitz03 closed 2 years ago

treppenwitz03 commented 2 years ago

Since in GTK4, we cannot simply use the add command to add widgets to Grid anymore, we should use attach.