diff -r b72473dda659 -r e09282d74ec3 ColorEditDialog.st --- a/ColorEditDialog.st Mon Feb 11 14:24:36 2008 +0100 +++ b/ColorEditDialog.st Mon Feb 11 15:21:20 2008 +0100 @@ -271,7 +271,7 @@ ) (VerticalPanelViewSpec name: 'RGBFieldPanelHex' - layout: (LayoutFrame -141 1 0 0 -121 1 76 0) + layout: (LayoutFrame -141 1 0 0 -119 1 76 0) horizontalLayout: fit verticalLayout: spreadSpace horizontalSpace: 3 @@ -287,7 +287,7 @@ minValue: 0 maxValue: 255 acceptOnPointerLeave: false - extent: (Point 20 20) + extent: (Point 22 20) ) (InputFieldSpec name: 'EntryField5' @@ -297,7 +297,7 @@ minValue: 0 maxValue: 255 acceptOnPointerLeave: false - extent: (Point 20 20) + extent: (Point 22 20) ) (InputFieldSpec name: 'EntryField6' @@ -307,7 +307,7 @@ minValue: 0 maxValue: 255 acceptOnPointerLeave: false - extent: (Point 20 20) + extent: (Point 22 20) ) )