mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove mini class from grammar selector
Grammars were wrapping when miniaturized even though there was plenty of room.
This commit is contained in:
@@ -5,7 +5,7 @@ _ = require 'underscore'
|
||||
|
||||
module.exports =
|
||||
class GrammarSelector extends SelectList
|
||||
@viewClass: -> "#{super} grammar-selector from-top overlay mini"
|
||||
@viewClass: -> "#{super} grammar-selector from-top overlay"
|
||||
|
||||
@activate: ->
|
||||
rootView.command 'grammar-selector:show', '.editor', => new GrammarSelector()
|
||||
|
||||
Reference in New Issue
Block a user