From a49a8707d816f1ed4385fd64e8d6c793fcd538b7 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Tue, 11 Feb 2014 07:28:56 +0700 Subject: [PATCH] ide/about: Added a few more pixels wide as the PPA versions were fitting too tight --- ide/src/about.ec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/src/about.ec b/ide/src/about.ec index 4432409..546d544 100644 --- a/ide/src/about.ec +++ b/ide/src/about.ec @@ -16,7 +16,7 @@ class AboutIDE : Window { borderStyle = sizable; hasClose = true; - minClientSize = { 452, 440 }; + minClientSize = { 462, 440 }; text = $"About the Ecere SDK"; tabCycle = true; -- 1.8.3.1