diff -r 03430e45c0d6 -r e76569140275 MenuEditor.st --- a/MenuEditor.st Thu Aug 09 17:43:20 2018 +0200 +++ b/MenuEditor.st Thu Aug 09 17:43:34 2018 +0200 @@ -5790,7 +5790,7 @@ ^ #(FullSpec name: basicsEditSpec - uuid: 'd6768576-9be5-11e8-8c6e-b8f6b1108e05' + uuid: '62cf58f0-9bea-11e8-8c6e-b8f6b1108e05' window: (WindowSpec label: 'basicsEditSpec' @@ -5862,9 +5862,9 @@ ) (VerticalPanelViewSpec name: 'VerticalPanel1' - layout: (LayoutFrame 6 0 188 0 340 0 323 0) + layout: (LayoutFrame 6 0 188 0 0 1 323 0) uuid: 'd676f326-9be5-11e8-8c6e-b8f6b1108e05' - horizontalLayout: left + horizontalLayout: fit verticalLayout: top horizontalSpace: 3 verticalSpace: 3 @@ -5880,7 +5880,7 @@ tabable: true model: translateLabel translateLabel: true - extent: (Point 149 30) + extent: (Point 334 30) ) (CheckBoxSpec label: 'Is Button' @@ -5891,7 +5891,7 @@ tabable: true model: isButton translateLabel: true - extent: (Point 100 30) + extent: (Point 334 30) ) (CheckBoxSpec label: 'Horizontal Layout' @@ -5901,7 +5901,7 @@ tabable: true model: horizontalLayout translateLabel: true - extent: (Point 163 30) + extent: (Point 334 30) ) (CheckBoxSpec label: 'Force Menu Indicator' @@ -5911,7 +5911,7 @@ tabable: true model: hasMenuIndicator translateLabel: true - extent: (Point 163 30) + extent: (Point 334 30) ) )