From 0ba6bec6c838bad99dd60849bb17559d6d7ec29a Mon Sep 17 00:00:00 2001 From: Lains Date: Mon, 26 Apr 2021 19:58:22 -0300 Subject: [PATCH] 3.0.3 - Fix window resize slowness for real --- src/MainWindow.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MainWindow.vala b/src/MainWindow.vala index 4a853c53..2692463b 100644 --- a/src/MainWindow.vala +++ b/src/MainWindow.vala @@ -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 (); }