UI Nits: Mac + chart button too wide

.. broken in earlier commits today.
This commit is contained in:
Mark Liversedge
2012-12-26 22:35:35 +00:00
parent 4adb26a8fd
commit 7bcf1d6aab

View File

@@ -522,6 +522,7 @@ MainWindow::MainWindow(const QDir &home) :
scopebar->addWidget(newchart);
newchart->setStyle(styler);
newchart->setFixedHeight(20);
newchart->setFixedWidth(24);
newchart->setFlat(true);
newchart->setFocusPolicy(Qt::NoFocus);
newchart->setToolTip(tr("Add Chart"));