[lightsoff/arnaudb/wip/gtk4: 24/28] Add missing BinLayout.




commit 2c912c24a5671fcbcf80bbaaa00a127baa6965f1
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Nov 28 15:14:57 2020 +0100

    Add missing BinLayout.

 src/notifications-revealer.vala | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/notifications-revealer.vala b/src/notifications-revealer.vala
index 316fb86..c002c62 100644
--- a/src/notifications-revealer.vala
+++ b/src/notifications-revealer.vala
@@ -25,6 +25,9 @@ private class NotificationsRevealer : Widget
 
     construct
     {
+        BinLayout layout = new BinLayout ();
+        set_layout_manager (layout);
+
         install_action_entries ();
     }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]