diff options
| author | Nikita Kostovsky <luntik2012@gmail.com> | 2024-11-16 10:57:01 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <luntik2012@gmail.com> | 2024-11-16 10:57:01 +0100 |
| commit | 373fac3d442ccda77ad457075c95220511981840 (patch) | |
| tree | cafe951187cc7dfba957aa039f1468e31d97ff29 | |
| parent | ce03d5bff5ca0c06ac884628c8ef65b902de669f (diff) | |
minor Main.qml changes
| -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 |
