#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Wed, 26 Feb 2020 14:02:58 +0100
changeset 6833 72f720d5a63e
parent 6832 99aedd6d1719
child 6834 3b50b6a5c655
#BUGFIX by cg class: DialogBox changed: #verticalPanel
DialogBox.st
--- a/DialogBox.st	Wed Feb 26 13:09:04 2020 +0100
+++ b/DialogBox.st	Wed Feb 26 14:02:58 2020 +0100
@@ -7998,7 +7998,6 @@
         savedY := yPosition.
         self addComponent:(verticalPanel := VerticalPanelView new).
         verticalPanel horizontalLayout:#fit verticalLayout:#top.
-        self stickAtBottomWithFixHeight:verticalPanel.
         "/ verticalPanel height:25.
         yPosition := savedY.
     ].