Fix config pane ugly scrollbars on Linux. (twitter icon)

This commit is contained in:
Mark Liversedge
2010-10-31 23:52:15 +00:00
parent 819303b060
commit e3c6e7e76c

View File

@@ -89,11 +89,10 @@ ConfigDialog::ConfigDialog(QDir _home, Zones *_zones, MainWindow *mainWindow) :
// tabs, sub-tabs and internal widgets and lists
#ifdef Q_OS_MACX
setWindowTitle(tr("Preferences"));
setFixedSize(QSize(800, 600)); // account for mac os x contents margins
#else
setWindowTitle(tr("Options"));
setFixedSize(QSize(700, 500));
#endif
setFixedSize(QSize(800, 600));
}
void ConfigDialog::createIcons()