X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.cpp;h=45ff0006a8b8277f5e5c25b41d8233e5ad844d5e;hp=28d03a4aa6725570a43581c564a6daa90905eef4;hb=refs%2Fheads%2F0.4;hpb=d602c30fef7b06bc22f3070bba4be628506257a8 diff --git a/src/uisupport/bufferview.cpp b/src/uisupport/bufferview.cpp index 28d03a4a..45ff0006 100644 --- a/src/uisupport/bufferview.cpp +++ b/src/uisupport/bufferview.cpp @@ -75,6 +75,9 @@ void BufferView::init() { setAnimated(true); + // FIXME This is to workaround bug #663 + setUniformRowHeights(true); + #ifndef QT_NO_DRAGANDDROP setDragEnabled(true); setAcceptDrops(true);