summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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