Skip to content

Commit bf27a62

Browse files
authored
Merge pull request #2264 from rbnpi/master
Update sonicpilog.cpp set Linux fontsize to 12
2 parents 8b9d5d6 + 73b6184 commit bf27a62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/gui/qt/widgets/sonicpilog.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ void SonicPiLog::setFontFamily(QString font_name)
5757
{
5858
#ifdef __APPLE__
5959
setFont(QFont(font_name, 14, -1, false));
60+
#elif __linux__
61+
setFont(QFont(font_name, 12, -1, false));
6062
#else
6163
setFont(QFont(font_name, 8, -1, false));
6264
#endif

0 commit comments

Comments
 (0)