Skip to content

Commit

Permalink
3.0 display
Browse files Browse the repository at this point in the history
  • Loading branch information
Flapmin committed Jan 1, 2022
1 parent 35b8d89 commit dd09c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ BitcoinGUI::BitcoinGUI(QWidget *parent):
nWeight(0)
{
resize(875, 550);
setWindowTitle(tr("BETA Cu"));
setWindowTitle(tr("Cu-core 3.0"));

//qApp->setStyleSheet("QMainWindow { background-image:url(:/images/res/images/background.png);}");
qApp->setStyleSheet("QMainWindow { background-color: #ffffff }");
Expand Down

0 comments on commit dd09c19

Please sign in to comment.