make window start maximized

This commit is contained in:
2018-10-23 21:15:18 -03:00
parent 7dfe5d54a7
commit 8de7c0d5df
2 changed files with 5 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ namespace Sernatur {
*/
public override void activate () {
window = new MainWindow (this);
window.maximize ();
window.present ();
}