added welcome message to show on first start in HomePage

This commit is contained in:
csoler 2017-02-22 23:55:29 +01:00
parent fe2059fb07
commit dc51911fce
5 changed files with 66 additions and 39 deletions

View file

@ -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();