aboutsummaryrefslogtreecommitdiff
path: root/main_view.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main_view.qml')
-rw-r--r--main_view.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/main_view.qml b/main_view.qml
index 60a85aa..ea93f77 100644
--- a/main_view.qml
+++ b/main_view.qml
@@ -593,6 +593,16 @@ ApplicationWindow {
GridLayout {
columns: 2
+ Label { text: "Line width:" }
+ SpinBox {
+ maximumValue: 100
+ minimumValue: 1
+ decimals: 1
+ stepSize: 1
+ value: bundlePlot.lineWidth
+ onValueChanged: bundlePlot.lineWidth = this.value
+ }
+
Label { text: "Opacity:" }
Slider {
tickmarksEnabled: true