From fea725031187cc70f345ea9eae7a9b59d09f9e45 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 27 Jan 2016 17:25:40 +0100 Subject: Regular points now visible by default (and quite small). --- main_view.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main_view.qml') diff --git a/main_view.qml b/main_view.qml index 56e3f59..d9946b8 100644 --- a/main_view.qml +++ b/main_view.qml @@ -71,7 +71,6 @@ ApplicationWindow { x: parent.x y: parent.y anchors.fill: parent - visible: false } Scatterplot { @@ -263,7 +262,7 @@ ApplicationWindow { GroupBox { title: "Regular points" - checked: false + checked: true checkable: true __checkbox.onClicked: { rpPlot.visible = this.checked; -- cgit v1.2.3