1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-12 07:37:35 +00:00

main-window: Allow the in app notification to wrap

Othewise we overflow the window. Center it too.
This commit is contained in:
Guido Günther 2020-07-03 10:37:04 +02:00 committed by Guido Gunther
parent 78921fadea
commit 91cdde3ac9

View file

@ -31,6 +31,8 @@
<property name="reveal_child">True</property>
<child>
<object class="GtkLabel" id="permanent_error_label">
<property name="justify">center</property>
<property name="wrap">True</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">No modem found</property>