Fix for addressbook label problem on Windows

This commit is contained in:
crowning- 2015-04-26 00:58:50 +02:00
parent cf7e9886f5
commit 8223e0d34f
2 changed files with 5 additions and 2 deletions

View File

@ -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());
}

View File

@ -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 */