improve code editor

This commit is contained in:
2025-01-22 22:02:16 +08:00
parent 87f0f5bb55
commit 8e2520f8e8
2 changed files with 7 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ class _CodeEditorState extends State<CodeEditor> {
Widget buildLineNumbers() {
return SizedBox(
width: 32,
width: 36,
child: Column(
children: [
for (var i = 1; i <= lineCount; i++)