We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e24a6a commit d87cbcbCopy full SHA for d87cbcb
lib/minimap.coffee
@@ -111,7 +111,7 @@ class Minimap
111
# Public: Returns the char width ratio of the minimap compared to the real
112
# editor. **The value is currently hard-coded until we find a good way to
113
# compute it from the editor state**.
114
- getCharWidthRatio: -> 0.8
+ getCharWidthRatio: -> 0.72
115
116
# Internal: Toggles the minimap activation state.
117
toggle: () ->
0 commit comments