1
0
Fork 0
Browse Source

replace working-text with final.

Changed 'unnamed' to the actual name of the artwork and added 'Ross' and 'Tony' labels to the light meter readings they are monitored by.
stable
Craig Oates 3 years ago
parent
commit
c809a4dfb1
  1. 6
      src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml

6
src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml

@ -40,7 +40,7 @@
<StackPanel Padding="8,0">
<TextBlock Text="Return to Ritherdon Project" FontSize="40"/>
<StackPanel Orientation="Horizontal">
<TextBlock Text="Unnamed Project" Padding="0" FontSize="24"
<TextBlock Text="Personal Flash in Real-Time" Padding="0" FontSize="24"
VerticalAlignment="Bottom"/>
<TextBlock Text="by Nicola Ellis" Padding="0" Margin="12,0"
FontSize="18" VerticalAlignment="Bottom"/>
@ -74,7 +74,7 @@
Text="{x:Bind _vm.Device1.LatestReading.reading,
Mode=OneWay, FallbackValue=404}" Foreground="White"
VerticalAlignment="Bottom" FontSize="144"/>
<TextBlock Text="Factory 1" Foreground="White" FontSize="36"
<TextBlock Text="Factory 1 (Ross)" Foreground="White" FontSize="36"
VerticalAlignment="Bottom"/>
</StackPanel>
</Grid>
@ -91,7 +91,7 @@
Text="{x:Bind _vm.Device2.LatestReading.reading,
Mode=OneWay, FallbackValue=404}" Foreground="White"
VerticalAlignment="Bottom" FontSize="144"/>
<TextBlock Text="Factory 2" Foreground="White" FontSize="36"
<TextBlock Text="Factory 2 (Tony)" Foreground="White" FontSize="36"
VerticalAlignment="Bottom"/>
</StackPanel>
</Grid>