# HG changeset patch # User Claus Gittinger # Date 1236609419 -3600 # Node ID a8dbbb7aa57195f022cef81b7266aeacdcf99684 # Parent 5b9b2f78c24d7d27066d100e3cd073b454ec7da1 *** empty log message *** diff -r 5b9b2f78c24d -r a8dbbb7aa571 UISelectionPanel.st --- a/UISelectionPanel.st Mon Mar 02 19:17:48 2009 +0100 +++ b/UISelectionPanel.st Mon Mar 09 15:36:59 2009 +0100 @@ -1081,7 +1081,7 @@ label: 'Texts' name: 'Texts' min: (Point 10 10) - bounds: (Rectangle 0 0 439 180) + bounds: (Rectangle 0 0 464 224) ) component: (SpecCollection @@ -1091,6 +1091,7 @@ layout: (LayoutFrame 3 0 3 0 208 0 98 0) hasHorizontalScrollBar: true hasVerticalScrollBar: true + hasKeyboardFocusInitially: false ) (HTMLViewSpec name: 'HTML Browser' @@ -1114,7 +1115,7 @@ name: 'Filename + History' layout: (LayoutFrame 3 0 171 0 208 0 193 0) acceptOnPointerLeave: true - viewClassName: #FilenameWidgetWithHistory + viewClassName: FilenameWidgetWithHistory ) (LabelSpec label: 'Label' @@ -1122,6 +1123,12 @@ layout: (LayoutFrame 228 0 113 0 433 0 135 0) translateLabel: true ) + (LinkButtonSpec + label: 'LinkButton' + name: 'LinkButton1' + layout: (LayoutFrame 228 0 141 0 433 0 163 0) + translateLabel: true + ) ) )