summaryrefslogtreecommitdiff
path: root/Main.qml
diff options
context:
space:
mode:
authorNikita Kostovsky <luntik2012@gmail.com>2024-11-16 10:57:01 +0100
committerNikita Kostovsky <luntik2012@gmail.com>2024-11-16 10:57:01 +0100
commit373fac3d442ccda77ad457075c95220511981840 (patch)
treecafe951187cc7dfba957aa039f1468e31d97ff29 /Main.qml
parentce03d5bff5ca0c06ac884628c8ef65b902de669f (diff)
minor Main.qml changes
Diffstat (limited to 'Main.qml')
-rw-r--r--Main.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Main.qml b/Main.qml
index a5415c2..d2ca11d 100644
--- a/Main.qml
+++ b/Main.qml
@@ -242,7 +242,7 @@ ApplicationWindow {
Layout.fillWidth: true
from: 500
- to: 30000
+ to: 50000
stepSize: 250
editable: true
@@ -297,6 +297,7 @@ ApplicationWindow {
horizontalCenter: parent.horizontalCenter
}
text: qmlPlot.fps
+ color: Material.color(Material.accent)
}
plot: myPlot