From: Manuel Nickschas Date: Tue, 28 Oct 2008 13:39:34 +0000 (+0100) Subject: Cut off senders on the left in the chat monitor X-Git-Tag: 0.3.1~106 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=c1897d61797312f46af801c22c9ab62063d3540d Cut off senders on the left in the chat monitor --- diff --git a/src/qtui/chatmonitorview.cpp b/src/qtui/chatmonitorview.cpp index 45dbb41a..5ab9df79 100644 --- a/src/qtui/chatmonitorview.cpp +++ b/src/qtui/chatmonitorview.cpp @@ -38,6 +38,7 @@ ChatMonitorView::ChatMonitorView(ChatMonitorFilter *filter, QWidget *parent) : ChatView(filter, parent), _filter(filter) { + scene()->setSenderCutoffMode(ChatScene::CutoffLeft); } void ChatMonitorView::contextMenuEvent(QContextMenuEvent *event) {