mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
use from-bottom overlay for grammar view
This commit is contained in:
@@ -4,7 +4,7 @@ SelectList = require 'select-list'
|
||||
module.exports =
|
||||
class GrammarView extends SelectList
|
||||
|
||||
@viewClass: -> "#{super} grammar-view from-top overlay"
|
||||
@viewClass: -> "#{super} grammar-view from-bottom overlay mini"
|
||||
|
||||
filterKey: 'name'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user