ui: fixed issue that sometimes caused coati to slow down to a halt when activating symbol

This commit is contained in:
malte_langkabel
2016-11-17 14:54:43 +01:00
parent f6bae317c9
commit 948450e8bd
+1 -1
View File
@@ -165,7 +165,7 @@ QSize QtCodeArea::sizeHint() const
height += horizontalScrollBar()->height();
}
return QSize(0, height + 1);
return QSize(0, height + 5);
}
uint QtCodeArea::getStartLineNumber() const