Skip to content

Commit

Permalink
Added tool tip for info button
Browse files Browse the repository at this point in the history
  • Loading branch information
JairajJangle committed Sep 20, 2020
1 parent 800a521 commit 99c3a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CustomWidgets/ParamAdjustWidget/paramadjustwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ParamAdjustWidget::ParamAdjustWidget(QWidget *parent) : QFrame(parent)
infoButton->setFixedSize(25, 25);
infoButton->setObjectName("infoButton");
infoButton->setStyleSheet(infoButtonDarkStyleSheet);
infoButton->setToolTip("Online documentation for the selected operation");
infoButton->hide();

dividerLine->setFrameShape(QFrame::HLine);
Expand Down

0 comments on commit 99c3a89

Please sign in to comment.