ide: nice about box tweaks.
authorRejean Loyer <redj@ecere.com>
Mon, 10 Feb 2014 23:33:41 +0000 (18:33 -0500)
committerRejean Loyer <redj@ecere.com>
Mon, 16 Mar 2015 05:31:54 +0000 (01:31 -0400)
ide/src/about.ec

index 0e94121..d522431 100644 (file)
@@ -17,6 +17,7 @@ class AboutIDE : Window
    borderStyle = sizable;
    hasClose = true;
    minClientSize = { 462, 450 };
+   maxClientSize = { 462, 1200 };
    text = $"About the Ecere SDK";
    tabCycle = true;
 
@@ -199,7 +200,7 @@ class AboutIDE : Window
    //Label { this, text = "Max Maton", position = { 192, 204 } };
    Picture picture
    {
-      this, size = { 318, 94 }, anchor = { top = 11 }, image = { ":ecere.jpg" };
+      this, size = { 318, 94 }, anchor = { left = 40, top = 11 }, image = { ":ecere.jpg" };
       cursor = ((GuiApplication)__thisModule).GetCursor(hand);
 
       bool OnLeftButtonDown(int x, int y, Modifiers mods)