Label.st
changeset 6089 72067de3f99b
parent 6088 ffb5be6c8bca
child 6106 ea570c22a64d
--- a/Label.st	Fri Feb 10 20:09:36 2017 +0100
+++ b/Label.st	Fri Feb 10 20:09:54 2017 +0100
@@ -1236,6 +1236,13 @@
     "Modified: 22.5.1996 / 12:36:29 / cg"
 !
 
+horizontalSpace
+    "get the number of pixels by which the logo
+     is horizontally inset from the border"
+
+    ^ hSpace 
+!
+
 horizontalSpace:aNumber
     "set the number of pixels by which the logo
      is horizontally inset from the border"