I am writing a GTK4 app, which has AdwToolbarView.
Sometimes the layout is broken when a widget changes its state, like below:
Before I open the expander on the bottom right:
After I open the expander:
Note that the preview on the left disappears and a “AdwToolbarView exceeds…” warning is thrown in the console.
Please guide me how to fix it. App source code: quan/CoBangB: In-progress attempt to port CoBang to GTK4 - Codeberg.org

