mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
CSS debug override
This commit is contained in:
parent
b7db590168
commit
ac3030cc65
@ -73,7 +73,8 @@ BitcoinGUI::BitcoinGUI(bool fIsTestnet, QWidget *parent) :
|
||||
spinnerFrame(0)
|
||||
{
|
||||
/* Open default CSS */
|
||||
QFile qFile(":/css/drkblue");
|
||||
// QFile qFile(":/css/drkblue");
|
||||
QFile qFile("drkblue.css"); // for development only
|
||||
if (qFile.open(QFile::ReadOnly)) {
|
||||
QString styleSheet = QLatin1String(qFile.readAll());
|
||||
this->setStyleSheet(styleSheet);
|
||||
|
Loading…
Reference in New Issue
Block a user