Merge branch '2.0'

This commit is contained in:
Felix Geyer
2016-09-02 12:01:49 +02:00
committed by Jonathan White
10 changed files with 38 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ void PasswordEdit::updateStylesheet()
// Qt on Mac OS doesn't seem to know the generic monospace family (tested with 4.8.6)
stylesheet.append("font-family: monospace,Menlo,Monaco; ");
#else
stylesheet.append("font-family: monospace; ");
stylesheet.append("font-family: monospace,Courier New; ");
#endif
}