Skip to content

Commit

Permalink
tweak padding left for line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
guanglinn committed Nov 7, 2024
1 parent 9dd5932 commit 66bf395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static class LineNumbersDrawer {

private final Paint paint = new Paint();

private static final int NUMBER_PADDING_LEFT = 18;
private static final int NUMBER_PADDING_LEFT = 16;
private static final int NUMBER_PADDING_RIGHT = 14;
private static final int PADDING_LEFT_NUMBERS_ENABLED = 10;
private final int paddingLeft;
Expand Down

0 comments on commit 66bf395

Please sign in to comment.