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