ide/About: Made new About box resizable (lot of stuff so it's worth it)
authorJerome St-Louis <jerome@ecere.com>
Thu, 8 Mar 2012 03:13:30 +0000 (22:13 -0500)
committerJerome St-Louis <jerome@ecere.com>
Thu, 8 Mar 2012 03:13:30 +0000 (22:13 -0500)
ide/src/about.ec

index e5ea5f6..c45257f 100644 (file)
@@ -8,7 +8,7 @@ import "licensing"
 
 class AboutIDE : Window
 {
-   borderStyle = fixed;
+   borderStyle = sizable;
    hasClose = true;
    clientSize = { 440, 440 };
    text = $"About the Ecere SDK";
@@ -149,7 +149,7 @@ class AboutIDE : Window
    };
    Button button 
    {
-      this, text = $"OK", isDefault = true, size = { 80, 20 }, anchor = { horz = 167, bottom = 10 };
+      this, text = $"OK", isDefault = true, size = { 80, 20 }, anchor = { right = 13, bottom = 10 };
 
       bool NotifyClicked(Button button, int x, int y, Modifiers mods)
       {