Change default theme to OneDark like

This commit is contained in:
Vyn 2024-08-09 21:12:35 +02:00
parent 437ea16d7c
commit b1ed3c26c0
19 changed files with 94 additions and 28 deletions

View file

@ -30,7 +30,7 @@ int main(int argc, char *argv[])
auto m_ratioFont =
qMin(height * refDpi / (dpi * refHeight), width * refDpi / (dpi * refWidth));
QFont font("Helvetica", m_ratioFont);
QFont font("Helvetica");
app.setFont(font);
QQmlApplicationEngine engine;