class: FontPanel
authorClaus Gittinger <cg@exept.de>
Mon, 17 Feb 2014 15:58:13 +0100
changeset 4892 e83dcdeb4d09
parent 4891 9f33a5a44868
child 4893 65f685e83b43
class: FontPanel changed: #initialize
FontPanel.st
--- a/FontPanel.st	Thu Feb 13 19:46:39 2014 +0100
+++ b/FontPanel.st	Mon Feb 17 15:58:13 2014 +0100
@@ -566,8 +566,8 @@
         encodingLabel beInvisible
     ].
 
-    sep := View in:box1.
-    sep width:20 height:10.
+"/    sep := View in:box1.
+"/    sep width:10 height:10.
 
     pixelPointSwitch := ComboListView in:box2.
     "/ encodingFilter font:l font.
@@ -1228,10 +1228,10 @@
 !FontPanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.108 2013-07-24 21:01:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.109 2014-02-17 14:58:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.108 2013-07-24 21:01:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.109 2014-02-17 14:58:13 cg Exp $'
 ! !