Skip to content

Commit

Permalink
Relay display name start from 1
Browse files Browse the repository at this point in the history
Change flow of controls in servoTab
  • Loading branch information
EosBandi committed Jul 22, 2024
1 parent 849a648 commit cc328da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Controls/RelayOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public RelayOptions()

thisrelay = relay;

TXT_rcchannel.Text = "Relay " + thisrelay.ToString();
TXT_rcchannel.Text = "Relay " + (thisrelay+1).ToString();

loadSettings();

Expand Down
3 changes: 3 additions & 0 deletions GCSViews/FlightData.resx
Original file line number Diff line number Diff line change
Expand Up @@ -3649,6 +3649,9 @@
<data name="flowLayoutPanelServos.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="flowLayoutPanelServos.FlowDirection" type="System.Windows.Forms.FlowDirection, System.Windows.Forms">
<value>TopDown</value>
</data>
<data name="flowLayoutPanelServos.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
Expand Down

0 comments on commit cc328da

Please sign in to comment.