make window start maximized
This commit is contained in:
@@ -37,6 +37,7 @@ namespace Sernatur {
|
||||
*/
|
||||
public override void activate () {
|
||||
window = new MainWindow (this);
|
||||
window.maximize ();
|
||||
window.present ();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user