Cut off senders on the left in the chat monitor
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 28 Oct 2008 13:39:34 +0000 (14:39 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 28 Oct 2008 13:39:34 +0000 (14:39 +0100)
src/qtui/chatmonitorview.cpp

index 45dbb41..5ab9df7 100644 (file)
@@ -38,6 +38,7 @@ ChatMonitorView::ChatMonitorView(ChatMonitorFilter *filter, QWidget *parent)
   : ChatView(filter, parent),
     _filter(filter)
 {
+  scene()->setSenderCutoffMode(ChatScene::CutoffLeft);
 }
 
 void ChatMonitorView::contextMenuEvent(QContextMenuEvent *event) {