summaryrefslogtreecommitdiffstats
path: root/src/library/library.cpp
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-12-17 08:31:38 +0100
committerGitHub <noreply@github.com>2020-12-17 08:31:38 +0100
commit63481146dc7f995b640c8b4d033550ecf055919c (patch)
treed0b770c10fa7d1c1f5718cf6a605fee11e114335 /src/library/library.cpp
parentfb9db14be6afc23a3b40ec63683a4db5cb16711a (diff)
Fix typo
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);