mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
improve code editor
This commit is contained in:
@@ -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++)
|
||||
|
Reference in New Issue
Block a user