summaryrefslogtreecommitdiff
path: root/components/chatwindow.cpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-09-03 18:47:45 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-09-03 18:47:45 -0400
commitb21ed29f364a8061850fdcf6af2db1042f3cbd07 (patch)
treeeefc5e140f04546617eaaaf33c0bb61094adf43a /components/chatwindow.cpp
parentb88549a91add8ebf1cc0889550d27c1853aea960 (diff)
downloadabaddon-portaudio-b21ed29f364a8061850fdcf6af2db1042f3cbd07.tar.gz
abaddon-portaudio-b21ed29f364a8061850fdcf6af2db1042f3cbd07.zip
add mediocre support for embed fields
Diffstat (limited to 'components/chatwindow.cpp')
-rw-r--r--components/chatwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/chatwindow.cpp b/components/chatwindow.cpp
index ca7b549..2005554 100644
--- a/components/chatwindow.cpp
+++ b/components/chatwindow.cpp
@@ -132,6 +132,7 @@ void ChatWindow::ProcessMessage(const MessageData *data, bool prepend) {
m_id_to_widget[data->ID] = widget;
}
+ container->set_margin_left(5);
container->show_all();
if (!should_attach) {