Remove duplicate tool-tip setting
We set the real tool-tips with setBtnToolTip from maintab.cpp, so this is just duplicate and miss-leading. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
266c3f9aa2
commit
42f8bbdbeb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user