From 4c48c5c16d5f5b010c2e5dfb1affcb59f937510c Mon Sep 17 00:00:00 2001 From: fiaxh Date: Fri, 10 Mar 2017 18:07:28 +0100 Subject: Reformat [GtkChild] --- client/src/ui/conversation_summary/view.vala | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'client/src/ui/conversation_summary/view.vala') diff --git a/client/src/ui/conversation_summary/view.vala b/client/src/ui/conversation_summary/view.vala index 59cf88aa..d2599041 100644 --- a/client/src/ui/conversation_summary/view.vala +++ b/client/src/ui/conversation_summary/view.vala @@ -13,11 +13,8 @@ public class View : Box { public Conversation? conversation { get; private set; } public HashMap message_items = new HashMap(Entities.Message.hash_func, Entities.Message.equals_func); - [GtkChild] - private ScrolledWindow scrolled; - - [GtkChild] - private Box main; + [GtkChild] private ScrolledWindow scrolled; + [GtkChild] private Box main; private StreamInteractor stream_interactor; private MergedMessageItem? last_message_item; @@ -219,4 +216,5 @@ public class View : Box { main.@foreach((widget) => { main.remove(widget); }); } } + } -- cgit v1.2.3