mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
d246ff2d7b
commit
f47c30277e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user