Skip to content

Commit d87cbcb

Browse files
committed
Changes the minimap char width scale
I was mislead by the lack of transform origin on the find-and-replace and color-highlight layers.
1 parent 1e24a6a commit d87cbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/minimap.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class Minimap
111111
# Public: Returns the char width ratio of the minimap compared to the real
112112
# editor. **The value is currently hard-coded until we find a good way to
113113
# compute it from the editor state**.
114-
getCharWidthRatio: -> 0.8
114+
getCharWidthRatio: -> 0.72
115115

116116
# Internal: Toggles the minimap activation state.
117117
toggle: () ->

0 commit comments

Comments
 (0)