#BUGFIX
authorStefan Vogel <sv@exept.de>
Sun, 04 Oct 2015 23:51:42 +0200
changeset 5447 0312bb04361c
parent 5446 91efc544e8de
child 5448 90da5b2509bf
child 5449 4f95262d1b63
#BUGFIX class: FontPanel changed: #initialize do not use hard coded font 'Helvetica'
FontPanel.st
--- a/FontPanel.st	Sun Oct 04 23:42:08 2015 +0200
+++ b/FontPanel.st	Sun Oct 04 23:51:42 2015 +0200
@@ -630,7 +630,6 @@
         nameLabel bottomInset:(buttonPanel preferredHeight + (mm*2)).
         nameLabel topInset:(buttonPanel preferredHeight + (mm*2) + 24) negated; horizontalInset:mm.
         nameLabel level:0; adjust:#left.
-        nameLabel font:(FontDescription family:'helvetica' face:'medium' style:'roman' size:9).
     ].
 
     vPanel := VariableVerticalPanel in:panel.