We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5688775 commit 31a649aCopy full SHA for 31a649a
Gui/TimeLineGui.cpp
@@ -361,7 +361,7 @@ TimeLineGui::paintGL()
361
double screenPixelRatio = _imp->viewerTab->getViewer()->getScreenPixelRatio();
362
if (screenPixelRatio != _imp->_screenPixelRatio) {
363
_imp->_screenPixelRatio = screenPixelRatio;
364
- _imp->_textFont.reset(new QFont(appFont, appFontSize * screenPixelRatio));
+ _imp->_textFont.reset(new QFont(appFont, appFontSize * screenPixelRatio, QFont::Bold));
365
}
366
367
assert(_imp->_textFont);
0 commit comments