From: Jerome St-Louis Date: Tue, 11 Feb 2014 00:28:56 +0000 (+0700) Subject: ide/about: Added a few more pixels wide as the PPA versions were fitting too tight X-Git-Tag: 0.44.09.9~64 X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=commitdiff_plain;h=a49a8707d816f1ed4385fd64e8d6c793fcd538b7 ide/about: Added a few more pixels wide as the PPA versions were fitting too tight --- 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;