summaryrefslogtreecommitdiffstats
path: root/src/library/library.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/library.cpp')
-rw-r--r--src/library/library.cpp3
1 files changed, 2 insertions, 1 deletions
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<int>(std::round(
(newFontHeight / currFontHeight) * m_iTrackTableRowHeight));
setRowHeight(scaledRowHeight);