mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 01:54:25 -05:00
added welcome message to show on first start in HomePage
This commit is contained in:
parent
fe2059fb07
commit
dc51911fce
5 changed files with 66 additions and 39 deletions
|
|
@ -77,7 +77,7 @@ void FloatingHelpBrowser::showHelp(bool state)
|
|||
return;
|
||||
}
|
||||
|
||||
resize(p->size() * 0.5);
|
||||
resize(p->size() * 0.75);
|
||||
move(p->width() / 2 - width() / 2, p->height() / 2 - height() / 2);
|
||||
update();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue