diff gui.cfg @ 0:c10bc63824e7

Initial commit!
author zzzzrrr <mason.green@gmail.com>
date Fri, 20 Mar 2009 06:41:25 -0400
parents
children eb6059f7035a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gui.cfg	Fri Mar 20 06:41:25 2009 -0400
@@ -0,0 +1,20 @@
+import "themes/default.cfg"
+
+new FramedTopLevelWindow main {
+    frame.text = "OpenMelee";
+    showCursor = false;
+    size = 900 610;
+    [hexpand hfill vexpand vfill] new HBox {
+        [vexpand vfill] new VBox controls {
+            size = 175 0;
+            layout = {
+                padding = 5 5;
+            }
+        }
+        [hexpand hfill vexpand vfill] new GLViewport glview;
+    }
+} @overlay {
+    [hexpand vexpand hfill vfill] new Group .overlay {
+        layout = Ghost;
+    }
+}