client: move ComponentsInAppNotification as a toast

Fix #1207
This commit is contained in:
Cédric Bellegarde 2023-08-24 07:42:26 +02:00
parent 83bd8e0353
commit 46ec026404
3 changed files with 9 additions and 2 deletions

View file

@ -4,9 +4,10 @@
<template class="ComponentsInAppNotification" parent="GtkRevealer">
<property name="visible">False</property>
<property name="halign">center</property>
<property name="valign">start</property>
<property name="valign">end</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="margin-bottom">30</property>
<signal name="notify::child-revealed" handler="on_child_revealed" swapped="no"/>
<child>
<object class="GtkBox" id="layout">