mirror of
https://github.com/dashpay/dash.git
synced 2024-12-29 05:49:11 +01:00
Fix for addressbook label problem on Windows
This commit is contained in:
parent
cf7e9886f5
commit
8223e0d34f
@ -788,8 +788,7 @@ QString loadStyleSheet()
|
|||||||
settings.setValue("theme", "drkblue");
|
settings.setValue("theme", "drkblue");
|
||||||
}
|
}
|
||||||
|
|
||||||
// QFile qFile(cssName);
|
QFile qFile(cssName);
|
||||||
QFile qFile("drkblue.css");
|
|
||||||
if (qFile.open(QFile::ReadOnly)) {
|
if (qFile.open(QFile::ReadOnly)) {
|
||||||
styleSheet = QLatin1String(qFile.readAll());
|
styleSheet = QLatin1String(qFile.readAll());
|
||||||
}
|
}
|
||||||
|
@ -581,6 +581,10 @@ QWidget#AddressBookPage QTableView { /* Address Listing */
|
|||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QWidget#AddressBookPage QHeaderView::section { /* Min width for Windows fix */
|
||||||
|
min-width:260px;
|
||||||
|
}
|
||||||
|
|
||||||
/* SETTINGS MENU */
|
/* SETTINGS MENU */
|
||||||
|
|
||||||
/* Encrypt Wallet and Change Passphrase Dialog */
|
/* Encrypt Wallet and Change Passphrase Dialog */
|
||||||
|
Loading…
Reference in New Issue
Block a user