mirror of
https://github.com/atom/atom.git
synced 2026-02-04 11:45:16 -05:00
reuse overlay styles for fuzzy finder
This commit is contained in:
@@ -12,7 +12,7 @@ class FuzzyFinderView extends SelectList
|
||||
@instance = new FuzzyFinderView(rootView)
|
||||
|
||||
@viewClass: ->
|
||||
[super, 'fuzzy-finder'].join(' ')
|
||||
[super, 'fuzzy-finder', 'overlay', 'from-top'].join(' ')
|
||||
|
||||
allowActiveEditorChange: null
|
||||
maxItems: 10
|
||||
|
||||
Reference in New Issue
Block a user