diff options
-rw-r--r-- | qt-ui/tableview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/tableview.cpp b/qt-ui/tableview.cpp index 1dbfd89eb..a07a70dba 100644 --- a/qt-ui/tableview.cpp +++ b/qt-ui/tableview.cpp @@ -52,7 +52,6 @@ TableView::TableView(QWidget *parent) : QGroupBox(parent) QIcon plusIcon(":plus"); plusBtn = new QPushButton(plusIcon, QString(), this); plusBtn->setFlat(true); - plusBtn->setToolTip(tr("Add cylinder")); /* now determine the icon and button size. Since the button will be * placed in the label, make sure that we do not overflow, as it might |