diff --git a/src/gui/DebugConsole.qml b/src/gui/DebugConsole.qml index 81acd40b..e59d6f96 100644 --- a/src/gui/DebugConsole.qml +++ b/src/gui/DebugConsole.qml @@ -142,6 +142,8 @@ HDrawer { HColumnLayout { anchors.fill: parent + // Fixes inputArea cursor invisible when at cursorPosition 0 + anchors.leftMargin: 1 HListView { id: commandsView