Fix the double padding problem in the search window

This commit is contained in:
Seongjae Lee
2015-10-16 23:49:20 -07:00
parent ee5dc2a87a
commit 669839750c
+1 -1
View File
@@ -10,7 +10,7 @@ class NotationalVelocityView extends SelectListView
initialize: (state) ->
@initializedAt = new Date()
super
@addClass('nvatom from-top overlay')
@addClass('nvatom')
@rootDirectory = Utility.getNoteDirectory()
unless fs.existsSync(@rootDirectory)
throw new Error("The given directory #{@rootDirectory} does not exist. "