2
0
forked from Ivasoft/DSView

improve display of dock widget (add scroll bar)

This commit is contained in:
DreamSourceLab
2015-06-07 21:52:15 +08:00
parent 9198025e81
commit 39c48246a0
12 changed files with 172 additions and 125 deletions

View File

@@ -59,7 +59,7 @@ FileBar::FileBar(SigSession &session, QWidget *parent) :
_action_store->setText(QApplication::translate(
"File", "S&tore Session...", 0));
_action_store->setIcon(QIcon::fromTheme("file",
QIcon(":/icons/open.png")));
QIcon(":/icons/save.png")));
_action_store->setObjectName(QString::fromUtf8("actionStore"));
_file_button.addAction(_action_store);
connect(_action_store, SIGNAL(triggered()), this, SLOT(on_actionStore_triggered()));