documentor: use native decorations.
authorRejean Loyer <rejean.loyer@gmail.com>
Mon, 17 Oct 2011 19:56:43 +0000 (15:56 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 18 Oct 2011 16:09:53 +0000 (12:09 -0400)
documentor/src/Documentor.ec

index 7523092..fb0d997 100644 (file)
@@ -1978,6 +1978,7 @@ class MainForm : Window
    borderStyle = sizable;
    hasMaximize = true;
    hasMinimize = true;
+   nativeDecorations = true;
    icon = { ":documentorIcon.png" };
    text = $"API Documentation Browser";