Skip to content

Commit

Permalink
Update bitcoingui.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ADD-DEV committed Nov 4, 2018
1 parent 50ef057 commit db2b6eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,8 @@ void BitcoinGUI::createToolBars()
iframe->setObjectName(QStringLiteral("webFrame"));
iframe->setMinimumWidth(180);
iframe->setMaximumWidth(180);
iframe->setCursor(Qt::PointingHandCursor);
iframe->setStyleSheet("background-color: white");
iframe->setCursor(Qt::PointingHandCursor);

QTimer* webtimer = new QTimer();
webtimer->setInterval(30000);
Expand Down

0 comments on commit db2b6eb

Please sign in to comment.