Skip to content

Commit 73b6184

Browse files
authored
Update sonicpilog.cpp set Linux fontsize to 12
1 parent 61ea567 commit 73b6184

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)