tuned rendering -- visual indication of the status range, to make more clear when information might is out of view;
authorwenzelm
Wed, 02 Apr 2014 11:08:16 +0200
changeset 56357 8a58a8c5a1c0
parent 56356 c3dbaa155ece
child 56358 ed09e5f3aedf
tuned rendering -- visual indication of the status range, to make more clear when information might is out of view;
src/Tools/jEdit/src/theories_dockable.scala
--- a/src/Tools/jEdit/src/theories_dockable.scala	Tue Apr 01 23:04:22 2014 +0200
+++ b/src/Tools/jEdit/src/theories_dockable.scala	Wed Apr 02 11:08:16 2014 +0200
@@ -127,7 +127,7 @@
 
     val label = new Label {
       opaque = false
-      border = BorderFactory.createEmptyBorder()
+      border = BorderFactory.createLineBorder(Color.GRAY, 1)
       xAlignment = Alignment.Leading
 
       override def paintComponent(gfx: Graphics2D)