Skip to content

Commit

Permalink
Merge pull request #421 from privat/spotter-x-10993
Browse files Browse the repository at this point in the history
Fix the UI of the spotter by outlining the input field. Fix pharo/#10993
  • Loading branch information
MarcusDenker authored Apr 3, 2023
2 parents 9c015fa + e831ff2 commit df4dfc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ StSpotterStyleContributor >> styleSheetContribution [
addPropertyDrawWith: [ :draw | draw color: Color transparent ] ] ];
addClass: 'searchInputField' with: [ :class | class
addClass: 'stSpotterSearch' with: [ :spotterClass | spotterClass
addPropertyDrawWith: [ :draw | draw color: Color transparent ];
addPropertyDrawWith: [ :draw | draw backgroundColor: Smalltalk ui theme lightBackgroundColor ];
addPropertyTextWith: [ :text | text drawKeyboardFocus: false ];
addPropertyGeometryWith: [ :geometry | geometry minHeight: 35; vResizing: false ];
addPropertyFontWith: [ :font | font size: (StandardFonts defaultFont pointSize * 1.2) asInteger ] ] ];
Expand Down

0 comments on commit df4dfc6

Please sign in to comment.