Skip to content

Commit

Permalink
Make the search highlighting a little less tall
Browse files Browse the repository at this point in the history
  • Loading branch information
vincode-io committed Sep 13, 2024
1 parent c074f1d commit 2a1c9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zavala/Editor/Row/EditorRowSearchLayoutFragment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private extension EditorRowSearchLayoutFragment {
lineFragmentBounds.origin.x = lowerBound
lineFragmentBounds.size.width = upperBound - lowerBound

let drawingPath = lineFragmentBounds.insetBy(dx: -2, dy: -2)
let drawingPath = lineFragmentBounds.insetBy(dx: -2, dy: -1)

ctx.saveGState()

Expand Down

0 comments on commit 2a1c9f4

Please sign in to comment.