X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatitem.cpp;h=a3f3d307f1b42103f2ab6dcc3bf72ff8c0519ec7;hp=bfd255c445f47ccf0df62b05b7963832dea2fbed;hb=0a05c86756e0efe65fe0e19233fbdbdd48b58793;hpb=77c907c8d6f69d9ecc9cb127044e5679af3aa673 diff --git a/src/qtui/chatitem.cpp b/src/qtui/chatitem.cpp index bfd255c4..a3f3d307 100644 --- a/src/qtui/chatitem.cpp +++ b/src/qtui/chatitem.cpp @@ -46,7 +46,6 @@ QVariant ChatItem::data(int role) const { } int ChatItem::setWidth(int w) { - w -= 10; if(w == _boundingRect.width()) return _boundingRect.height(); _boundingRect.setWidth(w); int h = heightForWidth(w);