diff -r 0b6a4dedf64b -r 41bacafffaa3 UISelectionPanel.st --- a/UISelectionPanel.st Tue May 12 01:42:30 2009 +0200 +++ b/UISelectionPanel.st Tue May 12 02:10:01 2009 +0200 @@ -1082,7 +1082,7 @@ label: 'Morphs' name: 'Morphs' min: (Point 10 10) - bounds: (Rectangle 0 0 433 286) + bounds: (Rectangle 0 0 423 276) ) component: (SpecCollection @@ -1090,6 +1090,7 @@ (ArcMorphSpec name: 'Circle' layout: (LayoutFrame 3 0 3 0 63 0 63 0) + line: true lineColor: (Color 100.0 0.0 0.0) ) (ArcMorphSpec @@ -1102,6 +1103,7 @@ name: 'FilledCircleL' layout: (LayoutFrame 3 0 143 0 63 0 206 0) foregroundColor: (Color 100.0 100.0 0.0) + line: true fill: true lineColor: (Color 100.0 0.0 0.0) ) @@ -1109,6 +1111,7 @@ name: 'RectangleMorph1' layout: (LayoutFrame 70 0 3 0 133 0 63 0) foregroundColor: (Color 100.0 100.0 0.0) + line: true fill: false lineColor: (Color 100.0 0.0 0.0) ) @@ -1122,6 +1125,7 @@ name: 'RectangleMorph3' layout: (LayoutFrame 70 0 139 0 133 0 202 0) foregroundColor: (Color 100.0 100.0 0.0) + line: true fill: true lineColor: (Color 100.0 0.0 0.0) ) @@ -1129,6 +1133,7 @@ name: 'FilledPieL' layout: (LayoutFrame 143 0 143 0 206 0 206 0) foregroundColor: (Color 100.0 100.0 0.0) + line: true fill: true lineColor: (Color 100.0 0.0 0.0) startAngle: -45 @@ -1147,6 +1152,7 @@ (ArcMorphSpec name: 'Pie' layout: (LayoutFrame 143 0 3 0 206 0 63 0) + line: true lineColor: (Color 100.0 0.0 0.0) startAngle: -45 sweepAngle: 270