Skip to content

Commit

Permalink
3.0.3 - Fix window resize slowness for real
Browse files Browse the repository at this point in the history
  • Loading branch information
Lains committed Apr 26, 2021
1 parent 2ad82a4 commit 0ba6bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ namespace Notejot {
tm.load_from_file.begin ();
tm.load_from_file_nb.begin ();

this.set_size_request (500, 500);
this.set_size_request (360, 500);
this.show ();
}

Expand Down

0 comments on commit 0ba6bec

Please sign in to comment.