made the key font Courier New to allow fixed-size display (makes the key much more readable)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2644 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-03-26 22:49:28 +00:00
parent d246ff2d7b
commit f47c30277e

View File

@ -85,6 +85,9 @@ CryptoPage::load()
void
CryptoPage::loadPublicKey()
{
QFont font("Courier New",9,50,false) ;
ui.certtextEdit->setFont(font) ;
ui.certtextEdit->setPlainText(QString::fromStdString(rsPeers->GetRetroshareInvite()));
ui.certtextEdit->setReadOnly(true);
ui.certtextEdit->setMinimumHeight(200);