main-window: Use AdwBanner for the permanent error label

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/732>
This commit is contained in:
Anton Lazarev
2024-01-11 22:31:34 -08:00
committed by Marge Bot
parent e29fbf1b07
commit 2fa17c86d3
2 changed files with 7 additions and 17 deletions

View File

@@ -37,17 +37,7 @@
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkRevealer" id="permanent_error_revealer">
<property name="reveal_child">True</property>
<property name="child">
<object class="GtkLabel" id="permanent_error_label">
<property name="justify">center</property>
<property name="wrap">True</property>
<style>
<class name="error-state-message"/>
</style>
</object>
</property>
<object class="AdwBanner" id="permanent_error_banner">
</object>
</child>
<child>