Home > OS >  Flutter: How can i move this line a bit?
Flutter: How can i move this line a bit?

Time:03-28

How can i move this line to right

How can i move this line to the right side. i'm using intellij idea and i have used a custom font which caused the problem.

CodePudding user response:

To remove: All you need to do is go to the editor settings, namely: PreferencesEditorGeneralAppearance and uncheck Show hard wrap guide.

enter image description here

To move: Go to: Preferences → Type in search Line separator → Change value of hard wrap at

Original answer: How to get rid of a vertical line in the editor pane of IntelliJ Idea?

  • Related