OptionBox.st
changeset 4903 22f1ae0f9268
parent 4490 db468327af5d
child 5026 271f1187ee56
--- a/OptionBox.st	Tue Feb 18 16:01:30 2014 +0100
+++ b/OptionBox.st	Tue Feb 18 16:02:08 2014 +0100
@@ -569,7 +569,7 @@
 
     verticalPanel := VerticalPanelView in:self.
     vPanelLayout := LayoutFrame origin:(mm @ mm) corner:(1.0@1.0).
-    vPanelLayout bottomOffset:(font height + (mm * 5)) negated.
+    vPanelLayout bottomOffset:(gc font height + (mm * 5)) negated.
     vPanelLayout rightOffset:mm negated.
     verticalPanel geometryLayout:vPanelLayout.
     verticalPanel horizontalLayout:#fit.
@@ -599,7 +599,7 @@
 "/    ].
     buttonPanel 
         bottomInset:0 "mm";
-        topInset:(font height + (mm * 4)) negated.
+        topInset:(gc font height + (mm * 4)) negated.
     buttonPanel 
         borderWidth:0; 
         horizontalLayout:#fitSpace.
@@ -677,10 +677,10 @@
 !OptionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.75 2013-01-17 10:42:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.76 2014-02-18 15:02:08 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.75 2013-01-17 10:42:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.76 2014-02-18 15:02:08 stefan Exp $'
 ! !