X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.cpp;h=ecaf7e948f2f971429b8c4f1718b882794453dbe;hp=631c8dea9d0cab838dc0c903ffecc62940aec304;hb=32bd64194bedc5c184717ece765922a826bebfd3;hpb=fba28c76aa852040c5890939417e0086f67fdc77 diff --git a/src/uisupport/bufferview.cpp b/src/uisupport/bufferview.cpp index 631c8dea..ecaf7e94 100644 --- a/src/uisupport/bufferview.cpp +++ b/src/uisupport/bufferview.cpp @@ -72,7 +72,7 @@ void BufferView::init() { setAnimated(true); // FIXME This is to workaround bug #663 - // setUniformRowHeights(true); + setUniformRowHeights(true); #ifndef QT_NO_DRAGANDDROP setDragEnabled(true);