Skip to content

Commit

Permalink
cflib: monospace removed by popular request
Browse files Browse the repository at this point in the history
  • Loading branch information
atomi committed Jun 5, 2012
1 parent 184e3c4 commit a15329b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cflib.py
Expand Up @@ -28,7 +28,7 @@ def on_select_categories(self, index):
if index == -1:
return
self.getUdfs(index)
self.window.show_quick_panel([[v.strip(), c.strip()] for k, v, c in self.udfs], self.on_select_udf,sublime.MONOSPACE_FONT)
self.window.show_quick_panel([[v.strip(), c.strip()] for k, v, c in self.udfs], self.on_select_udf)

def on_select_udf(self, index):
if index == -1:
Expand Down

0 comments on commit a15329b

Please sign in to comment.