Update the wording for the custom sensor dialog.

master
Glenn Maynard 5 years ago
parent 1014a26940
commit 7171330abd
  1. 4
      smx-config/SetCustomSensors.xaml

@ -9,7 +9,7 @@
Height="422" Width="325" ResizeMode="NoResize" Height="422" Width="325" ResizeMode="NoResize"
xmlns:controls="clr-namespace:smx_config" xmlns:controls="clr-namespace:smx_config"
x:Name="root" x:Name="root"
Title="Select Auxilliary Sensors" Title="Select Custom Sensors"
UseLayoutRounding="True"> UseLayoutRounding="True">
<Window.Resources> <Window.Resources>
<Style x:Key="SensorSelectionButton" TargetType="{x:Type ToggleButton}"> <Style x:Key="SensorSelectionButton" TargetType="{x:Type ToggleButton}">
@ -71,7 +71,7 @@
<StackPanel Background="#FFE5E5E5"> <StackPanel Background="#FFE5E5E5">
<TextBlock xml:space="preserve" HorizontalAlignment="Center" Margin="0,15,0,10" TextAlignment="Center" FontSize="16">Select which sensors are controlled <TextBlock xml:space="preserve" HorizontalAlignment="Center" Margin="0,15,0,10" TextAlignment="Center" FontSize="16">Select which sensors are controlled
by the auxilliary threshold.</TextBlock> by the custom threshold.</TextBlock>
<Grid Width="250" Height="250" Background="#FFAAAAAA" Margin="0,10,0,0"> <Grid Width="250" Height="250" Background="#FFAAAAAA" Margin="0,10,0,0">
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>

Loading…
Cancel
Save