plac-for-apple-platform

Unofficial Roon client for Apple devices

gtk-adwaita: Fix connection error banner triggers warnings Whenever connection error happens, GTK emits quite a few errors like: ``` Gtk-WARNING **: 10:28:43.818: Widget reports min height of 103 for width of 509, but min width of 184 for height of 46 ``` where each numbers slightly varies between log lines. Instead of addressing this stupid and cryptic warning, I choose to avoid the whole layout shenanigans by overlaying the banner. I feel how Flexbox is great nowadays.

Changes

1 changed files (+11/-11)