mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-12 15:47: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:
parent
78921fadea
commit
91cdde3ac9
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue