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){
app->setStyle(new QWindowsXPStyle()); app->setStyle(new QWindowsXPStyle());
break; break;
#endif #endif
default: /*default:
app->setStyle(new QPlastiqueStyle()); app->setStyle(new QPlastiqueStyle());*/
} }
} }

Loading…
Cancel
Save