DialogBox.st
changeset 4887 8799bcbe7ecb
parent 4882 45bc21eed561
child 5011 a8c0c89fadca
--- a/DialogBox.st	Thu Feb 13 19:22:56 2014 +0100
+++ b/DialogBox.st	Thu Feb 13 19:33:34 2014 +0100
@@ -9402,7 +9402,7 @@
     buttonPanel 
         origin:(0.0 @ 1.0) corner:(1.0 @ 1.0);
         bottomInset:ViewSpacing; 
-        topInset:((font height + ViewSpacing) * 2) negated;
+        topInset:((gc font height + ViewSpacing) * 2) negated;
         borderWidth:0;
         horizontalLayout:#spread.
 
@@ -10067,11 +10067,11 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.351 2014-02-12 15:10:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.352 2014-02-13 18:33:34 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.351 2014-02-12 15:10:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.352 2014-02-13 18:33:34 stefan Exp $'
 ! !