diff gui.cfg @ 6:eb6059f7035a

Added planet
author zzzzrrr <mason.green@gmail.com>
date Sat, 21 Mar 2009 16:42:08 -0400
parents c10bc63824e7
children
line wrap: on
line diff
--- a/gui.cfg	Sat Mar 21 15:51:41 2009 -0400
+++ b/gui.cfg	Sat Mar 21 16:42:08 2009 -0400
@@ -3,16 +3,8 @@
 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;
-    }
+    size = 900 610;
+    [hexpand hfill vexpand vfill] new GLViewport glview;
 } @overlay {
     [hexpand vexpand hfill vfill] new Group .overlay {
         layout = Ghost;