Skip to content

Commit

Permalink
Set 'windowsvista' as the default style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jul 17, 2024
1 parent 193442e commit 7095d10
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 184 deletions.
4 changes: 2 additions & 2 deletions src/moapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ MOApplication::MOApplication(int& argc, char** argv) : QApplication(argc, argv)
updateStyle(file);
});

m_defaultStyle = style()->objectName();
setStyle(new ProxyStyle(style()));
m_defaultStyle = "windowsvista";
updateStyle(m_defaultStyle);
addDllsToPath();
}

Expand Down
Loading

0 comments on commit 7095d10

Please sign in to comment.