Solution
Starting in LabVIEW 2020, the Tip Strip justification was changed from left justified to centered.
If the LabVIEW executable has the Allow future version of the LabVIEW Runtime to run this application setting enabled, the executable will use the latest version of the Runtime Engine available on the system. If this is LabVIEW 2020 or later, the justification behavior will change to match the Runtime Engine version.
To prevent executables from changing their justification, follow the steps below:
- Open the LabVIEW project.
- Right-click the Build Specifications for the executable and select Properties.
- In the Properties window, select the Advanced tab.
- Uncheck the Allow future versions of the LabVIEW Runtime to run this application option.
- Unchecking this option means that any PC running the executable must have a version of the LabVIEW Runtime Engine that matches the current development environment.
- Refer to LabVIEW and LabVIEW Run-Time Engine Compatibility to find matching versions.
- Rebuild the executable.