From 63481146dc7f995b640c8b4d033550ecf055919c Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Thu, 17 Dec 2020 08:31:38 +0100 Subject: Fix typo --- src/library/library.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/library/library.cpp') diff --git a/src/library/library.cpp b/src/library/library.cpp index 59c528c37c..44b97c9a75 100644 --- a/src/library/library.cpp +++ b/src/library/library.cpp @@ -529,7 +529,8 @@ void Library::setFont(const QFont& font) { m_trackTableFont = font; emit setTrackTableFont(font); - // adapt the previous font heigh/row height ratio + + // adapt the previous font height/row height ratio int scaledRowHeight = static_cast(std::round( (newFontHeight / currFontHeight) * m_iTrackTableRowHeight)); setRowHeight(scaledRowHeight); -- cgit v1.2.3