Browse Source

- No longer force plastiqueStyle as a default (closes #312333)

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
ec24fe2f49
  1. 4
      src/main.cpp

4
src/main.cpp

@ -85,8 +85,8 @@ void useStyle(QApplication *app, int style){ @@ -85,8 +85,8 @@ void useStyle(QApplication *app, int style){
app->setStyle(new QWindowsXPStyle());
break;
#endif
default:
app->setStyle(new QPlastiqueStyle());
/*default:
app->setStyle(new QPlastiqueStyle());*/
}
}

Loading…
Cancel
Save