diff --git a/qml/ClideEditorView.qml b/qml/ClideEditorView.qml index 58d7208..788e46a 100644 --- a/qml/ClideEditorView.qml +++ b/qml/ClideEditorView.qml @@ -23,6 +23,7 @@ Rectangle { SplitView { anchors.fill: parent orientation: Qt.Vertical + spacing: 3 // Customized handle to drag between the Editor and the Console. handle: ClideHandle { diff --git a/resources/gui.png b/resources/gui.png index 3a32cdf..699585e 100644 Binary files a/resources/gui.png and b/resources/gui.png differ