Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/2.4' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Nov 12, 2023
2 parents ac70b7f + fd790f6 commit e79bb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/waveform/renderers/waveformmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ struct MarkerGeometry {
// party the resulting font size is hard to predict (affects all supported OS).

m_font.setPixelSize(13);
m_font.setWeight(75); // bold
m_font.setWeight(QFont::Bold);
m_font.setItalic(false);

const qreal margin{3.f};
Expand Down

0 comments on commit e79bb66

Please sign in to comment.