tuned width;
authorwenzelm
Thu, 19 Jul 2012 11:54:19 +0200
changeset 48345 baec6226edd8
parent 48344 8dc904c45945
child 48346 e2382bede914
tuned width;
src/Pure/library.scala
--- a/src/Pure/library.scala	Thu Jul 19 11:47:49 2012 +0200
+++ b/src/Pure/library.scala	Thu Jul 19 11:54:19 2012 +0200
@@ -130,7 +130,7 @@
 
   /* simple dialogs */
 
-  def scrollable_text(txt: String, width: Int = 76, editable: Boolean = false): ScrollPane =
+  def scrollable_text(txt: String, width: Int = 80, editable: Boolean = false): ScrollPane =
   {
     val text = new TextArea(txt)
     if (width > 0) text.columns = width