Revision 175:741f88f51b06 main/MainWindow.cpp

View differences:

main/MainWindow.cpp
2652 2652
MainWindow::loadStyle()
2653 2653
{
2654 2654
    m_viewManager->setGlobalDarkBackground(true);
2655
    
2655

  
2656
#ifdef Q_OS_MAC    
2657
    QString stylepath = ":vect-mac.qss";
2658
#else
2656 2659
    QString stylepath = ":vect.qss";
2660
#endif
2661

  
2657 2662
    QFile file(stylepath);
2658 2663
    if (!file.open(QFile::ReadOnly)) {
2659 2664
        SVCERR << "WARNING: Failed to open style file " << stylepath << endl;

Also available in: Unified diff