mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 14:02:58 +02:00
2018-08-13 Fred Gleason <fredg@paravelsystems.com>
* Added code to force the 'Plastique' GUI style.
This commit is contained in:
@@ -507,7 +507,8 @@ int main(int argc,char *argv[])
|
||||
#endif // WIN32
|
||||
}
|
||||
else {
|
||||
QApplication a(argc,argv,true);
|
||||
QApplication::setStyle(new QWindowsStyle);
|
||||
QApplication a(argc,argv);
|
||||
|
||||
//
|
||||
// Load Translations
|
||||
|
Reference in New Issue
Block a user