mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-25 16:18:22 -04:00
fix (Phenom) for about dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6639 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
08a8868865
commit
5f3be942d3
@ -190,7 +190,7 @@ AWidget::AWidget() {
|
||||
if (retv && versions.end() != (vit = versions.find(rsPeers->getOwnId())))
|
||||
{
|
||||
QString version = QString::fromStdString("RetroShare version : \n") + QString::fromStdString(vit->second);
|
||||
p.drawText(QRect(10, 20, width()-10, 60), version);
|
||||
p.drawText(QRect(10, 10, width()-10, 60), version);
|
||||
|
||||
}
|
||||
p.end();
|
||||
|
Loading…
x
Reference in New Issue
Block a user