[lightsoff/arnaudb/wip/gtk4: 24/28] Add missing BinLayout.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lightsoff/arnaudb/wip/gtk4: 24/28] Add missing BinLayout.
- Date: Sat, 28 Nov 2020 14:29:48 +0000 (UTC)
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]