CheckLabel.st
changeset 6794 68d504390bbf
parent 6574 6c054f170606
--- a/CheckLabel.st	Fri Jan 10 19:43:04 2020 +0100
+++ b/CheckLabel.st	Tue Jan 14 11:17:07 2020 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1998 by eXept Software AG
               All Rights Reserved
@@ -48,6 +46,12 @@
 "
 ! !
 
+!CheckLabel class methodsFor:'defaults'!
+
+defaultFont
+    ^ Label defaultFont
+! !
+
 !CheckLabel methodsFor:'accessing'!
 
 hasFocus:aBoolean