mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-24 21:07:46 +00:00
A few "Edit" button improvements
This commit is contained in:
parent
c376362d25
commit
74bee7fd4e
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ SingleGearView::SingleGearView(GameData *data, FileCache &cache, QWidget *parent
|
|||
}
|
||||
});
|
||||
|
||||
editButton = new QPushButton(QStringLiteral("Edit..."));
|
||||
editButton->setIcon(QIcon::fromTheme(QStringLiteral("document-import")));
|
||||
editButton = new QPushButton(QStringLiteral("Edit"));
|
||||
editButton->setIcon(QIcon::fromTheme(QStringLiteral("document-edit")));
|
||||
connect(editButton, &QPushButton::clicked, this, [this](bool) {
|
||||
// Export in default location
|
||||
// TODO: deduplicate
|
||||
|
|
Loading…
Add table
Reference in a new issue