aboutsummaryrefslogtreecommitdiff
path: root/main_view.qml
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-27 17:25:40 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-27 17:25:40 +0100
commitfea725031187cc70f345ea9eae7a9b59d09f9e45 (patch)
tree9e88ab45695a927ef8d476c0f30eff288e5431ae /main_view.qml
parentc89a9325f3bf1ccdcdbcd92a480511861a79b4b8 (diff)
Regular points now visible by default (and quite small).
Diffstat (limited to 'main_view.qml')
-rw-r--r--main_view.qml3
1 files changed, 1 insertions, 2 deletions
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;