UIPainterView.st
changeset 3802 908abf2676e7
parent 3575 a9fc2d3553f3
child 3856 c026f6bf687d
--- a/UIPainterView.st	Thu Oct 31 08:42:53 2019 +0100
+++ b/UIPainterView.st	Thu Oct 31 10:25:01 2019 +0100
@@ -1897,16 +1897,14 @@
                     itemValue:[
                         keepLyt := keepPos := false.
                         spec := HorizontalPanelViewSpec new.
-                        spec verticalLayout: #fit.
-                        spec horizontalLayout: #leftSpace.
+                        spec horizontalLayout: #leftSpace verticalLayout: #fit.
                     ]).
     menu addItem:(MenuItem 
                     label:'VerticalPanel'
                     itemValue:[
                         keepLyt := keepPos := false.
                         spec := VerticalPanelViewSpec new.
-                        spec verticalLayout: #topSpace.
-                        spec horizontalLayout: #fit.
+                        spec horizontalLayout: #fit verticalLayout: #topSpace.
                     ]).
 
     menu startUp.