ide/about: Added a few more pixels wide as the PPA versions were fitting too tight
authorJerome St-Louis <jerome@ecere.com>
Tue, 11 Feb 2014 00:28:56 +0000 (07:28 +0700)
committerJerome St-Louis <jerome@ecere.com>
Tue, 11 Feb 2014 00:28:56 +0000 (07:28 +0700)
ide/src/about.ec

index 4432409..546d544 100644 (file)
@@ -16,7 +16,7 @@ class AboutIDE : Window
 {
    borderStyle = sizable;
    hasClose = true;
-   minClientSize = { 452, 440 };
+   minClientSize = { 462, 440 };
    text = $"About the Ecere SDK";
    tabCycle = true;