diff options
| -rw-r--r-- | Main.qml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
