Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-wilkins committed Jan 9, 2025
1 parent 7d833b9 commit 5b70f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sas/qtgui/Utilities/CodeEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def lineNumberAreaWidth(self):
digits += 1
# line number display width padded with extra pixels.
# Chosen to "look nice", hence magic numbers
space = 3 + self.fontMetrics().width('9') * digits
space = 3 + self.fontMetrics().new_width('9') * digits
return space

def updateLineNumberAreaWidth(self):
Expand Down

0 comments on commit 5b70f73

Please sign in to comment.