better attachment between labels and tracks

This commit is contained in:
itsmattkc
2019-04-04 19:35:52 +11:00
parent e708791e90
commit d7091c2b10
9 changed files with 53 additions and 27 deletions
+1
View File
@@ -71,6 +71,7 @@ int Track::height()
void Track::set_height(int h)
{
height_ = qMax(h, olive::timeline::kTrackMinHeight);
emit HeightChanged(h);
}
QString Track::name()