Increase the font size of the track slider popup
This commit is contained in:
parent
17af8b935c
commit
7fc03dc326
@ -26,7 +26,7 @@ TrackSliderPopup::TrackSliderPopup(QWidget* parent)
|
||||
|
||||
font_.setPointSizeF(7.5);
|
||||
font_.setBold(true);
|
||||
small_font_.setPointSizeF(6.5);
|
||||
small_font_.setPointSizeF(7.5);
|
||||
font_metrics_ = QFontMetrics(font_);
|
||||
small_font_metrics_ = QFontMetrics(small_font_);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user