mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +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");
|
||||
}
|
||||
|
||||
// QFile qFile(cssName);
|
||||
QFile qFile("drkblue.css");
|
||||
QFile qFile(cssName);
|
||||
if (qFile.open(QFile::ReadOnly)) {
|
||||
styleSheet = QLatin1String(qFile.readAll());
|
||||
}
|
||||
|
@ -581,6 +581,10 @@ QWidget#AddressBookPage QTableView { /* Address Listing */
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
QWidget#AddressBookPage QHeaderView::section { /* Min width for Windows fix */
|
||||
min-width:260px;
|
||||
}
|
||||
|
||||
/* SETTINGS MENU */
|
||||
|
||||
/* Encrypt Wallet and Change Passphrase Dialog */
|
||||
|
Loading…
Reference in New Issue
Block a user