diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ChatWindow.cpp | 4 | ||||
-rw-r--r-- | src/Window.cpp | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/ChatWindow.cpp b/src/ChatWindow.cpp index 437282a..e1359a6 100644 --- a/src/ChatWindow.cpp +++ b/src/ChatWindow.cpp @@ -478,8 +478,8 @@ namespace dchat message->avatar.url = "https://discordemoji.com/assets/emoji/PeepoHide.png"; else message->avatar.url = request.message->creator->avatarUrl; - //message->set_valign(Gtk::Align::ALIGN_START); - //message->set_hexpand(true); + message->set_valign(Gtk::Align::ALIGN_START); + message->set_hexpand(true); message->show_all(); messageById[request.message->id] = message; RoomData *roomData = roomDataById[*request.room->id]; diff --git a/src/Window.cpp b/src/Window.cpp index 5991bb3..ea1d2c9 100644 --- a/src/Window.cpp +++ b/src/Window.cpp @@ -1,5 +1,4 @@ #include "../include/Window.hpp" -#include <dchat/RoomDataType.hpp> #include <dchat/Cache.hpp> #include <sibs/SafeDeserializer.hpp> #include <math.h> |