mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:53:23 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ TableView::TableView(QWidget *parent) : QGroupBox(parent)
|
||||||
QIcon plusIcon(":plus");
|
QIcon plusIcon(":plus");
|
||||||
plusBtn = new QPushButton(plusIcon, QString(), this);
|
plusBtn = new QPushButton(plusIcon, QString(), this);
|
||||||
plusBtn->setFlat(true);
|
plusBtn->setFlat(true);
|
||||||
plusBtn->setToolTip(tr("Add cylinder"));
|
|
||||||
|
|
||||||
/* now determine the icon and button size. Since the button will be
|
/* 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
|
* placed in the label, make sure that we do not overflow, as it might
|
||||||
|
|
Loading…
Add table
Reference in a new issue