mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +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)
|
spinnerFrame(0)
|
||||||
{
|
{
|
||||||
/* Open default CSS */
|
/* Open default CSS */
|
||||||
QFile qFile(":/css/drkblue");
|
// QFile qFile(":/css/drkblue");
|
||||||
|
QFile qFile("drkblue.css"); // for development only
|
||||||
if (qFile.open(QFile::ReadOnly)) {
|
if (qFile.open(QFile::ReadOnly)) {
|
||||||
QString styleSheet = QLatin1String(qFile.readAll());
|
QString styleSheet = QLatin1String(qFile.readAll());
|
||||||
this->setStyleSheet(styleSheet);
|
this->setStyleSheet(styleSheet);
|
||||||
|
Loading…
Reference in New Issue
Block a user