summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tableview.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 14:04:52 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 14:05:07 -0800
commit2747056889c6e003880201998353e28591faab62 (patch)
treeec0362db822a9a5b008ec28f3e3336e3a5505348 /desktop-widgets/tableview.cpp
parent13c6a55a96434609dd053664d3a9093f41bf9ae1 (diff)
downloadsubsurface-2747056889c6e003880201998353e28591faab62.tar.gz
Revert "Use consistent aliases for all icons."
Diffstat (limited to 'desktop-widgets/tableview.cpp')
-rw-r--r--desktop-widgets/tableview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/tableview.cpp b/desktop-widgets/tableview.cpp
index 560f98a43..29ccbdbd3 100644
--- a/desktop-widgets/tableview.cpp
+++ b/desktop-widgets/tableview.cpp
@@ -43,7 +43,7 @@ TableView::TableView(QWidget *parent) : QGroupBox(parent)
}
layout()->setContentsMargins(margins);
- QIcon plusIcon(":list-add-icon");
+ QIcon plusIcon(":plus");
plusBtn = new QPushButton(plusIcon, QString(), this);
plusBtn->setFlat(true);