]> gerrit.simantics Code Review - simantics/sysdyn.git/commitdiff
Add explanation of default stepsize to gui 38/4338/1
authorJani Mäkinen <jani.makinen@semantum.fi>
Mon, 6 Jul 2020 11:01:19 +0000 (14:01 +0300)
committerJani Mäkinen <jani.makinen@semantum.fi>
Mon, 6 Jul 2020 11:01:19 +0000 (14:01 +0300)
gitlab #67

Change-Id: Ic9676888130fe53e7a03b398bc3c56cf5d7dce9f

bundles/org.simantics.sysdyn.ui/src/org/simantics/sysdyn/ui/properties/ConfigurationTab.java

index 2a1b91b9b8a057aea66b1e6047bcd1b35afa4c39..d0703cce4937cea8af877e9c821da8b1339b9506 100644 (file)
@@ -124,7 +124,7 @@ public class ConfigurationTab extends AdjustableTab {
         stopTime.setInputValidator(new DoubleValidator());\r
 \r
         stepLengthLabel = new Label(composite, SWT.NONE);\r
-        stepLengthLabel.setText("Step length\n(empty = default)");\r
+        stepLengthLabel.setText("Step length\n(empty = Stop time - Start time/500)");\r
 \r
         stepLength = new TrackedText(composite, support, SWT.BORDER | SWT.RIGHT);\r
         stepLength.setTextFactory(new DoublePropertyFactory(SysdynResource.URIs.SysdynModel_simulationStepLength));\r