[desktop] windows: explicitly set Vista style (#153)
Signed-off-by: crueter <crueter@eden-emu.dev> Co-authored-by: MaranBr <maranbr@outlook.com> Reviewed-on: #153
This commit is contained in:
parent
9e0e31132a
commit
06f8823882
1 changed files with 4 additions and 0 deletions
|
@ -5676,6 +5676,10 @@ int main(int argc, char* argv[]) {
|
|||
// Enables the core to make the qt created contexts current on std::threads
|
||||
QCoreApplication::setAttribute(Qt::AA_DontCheckOpenGLContextThreadAffinity);
|
||||
|
||||
#ifdef _WIN32
|
||||
QApplication::setStyle(QStringLiteral("windowsvista"));
|
||||
#endif
|
||||
|
||||
QApplication app(argc, argv);
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue