From 89da025f40680d9cea46f2b0a7c8c6829a0d0451 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 12 Apr 2015 19:37:37 -0400
Subject: [PATCH] Height fields.

---
 ObjEditor.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ObjEditor.java b/ObjEditor.java
index 689f974..22fab98 100644
--- a/ObjEditor.java
+++ b/ObjEditor.java
@@ -1336,7 +1336,7 @@
 
 //            aConstraints = gbc; // (GridBagConstraints) GraphreeD.clone(gbc);
 
-        frame.setSize(800, 600);
+        frame.setSize(1024, 768);
         frame.show();
 
         gridPanel.setDividerLocation(1.0);

--
Gitblit v1.6.2