more display;
authorwenzelm
Tue, 30 Jun 2009 00:50:42 +0200
changeset 31860 e49011bb85da
parent 31858 bf711eb92f84
child 31861 1bb5fe96f61e
more display;
src/Pure/System/gui_setup.scala
--- a/src/Pure/System/gui_setup.scala	Tue Jun 30 00:46:28 2009 +0200
+++ b/src/Pure/System/gui_setup.scala	Tue Jun 30 00:50:42 2009 +0200
@@ -29,8 +29,8 @@
     // components
     val text = new TextArea {
       editable = false
-      columns = 40
-      rows = 15
+      columns = 80
+      rows = 20
       xLayoutAlignment = 0.5
     }
     val ok = new Button {
@@ -53,6 +53,7 @@
         text.append("Main platform: " + name1 + "\n")
         text.append("Alternative platform: " + name2 + "\n")
     }
+    text.append("Isabelle home: " + java.lang.System.getProperty("isabelle.home"))
 
     // reactions
     listenTo(ok)