Change the "panel test mode" label to "raw panel display", since it's confusing to some users.

This commit is contained in:
Glenn Maynard 2020-12-14 23:46:37 -06:00
parent 19b27cd333
commit fc58467224

View File

@ -676,7 +676,7 @@ Use if the platform is too sensitive.</clr:String>
<controls:PanelTestModeCheckbox <controls:PanelTestModeCheckbox
x:Name="PanelTestModeCheckbox" x:Name="PanelTestModeCheckbox"
HorizontalAlignment="Left" VerticalAlignment="Top" HorizontalAlignment="Left" VerticalAlignment="Top"
Content="Panel test mode" Content="Raw panel display"
/> />
</StackPanel> </StackPanel>
</StackPanel> </StackPanel>