Skip to content

Commit

Permalink
missing instruction added
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradMagiera committed Mar 27, 2020
1 parent 58e5851 commit 796b783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VirtualCamera/VirtualCamera/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
<Label Content="Z - Left/Right: U/O" Width="200" HorizontalContentAlignment="Left" FontWeight="Normal" FontSize="16"/>
<Label Content="Zoom" Width="200" HorizontalContentAlignment="Center" FontWeight="Bold" FontSize="18"/>
<Label Content="In/Out: Z/X" Width="200" HorizontalContentAlignment="Left" FontWeight="Normal" FontSize="16"/>
<Label Content="Intersection distance" Width="200" HorizontalContentAlignment="Center" FontWeight="Bold" FontSize="18"/>
<Label Content="Closer/further: C/V" Width="200" HorizontalContentAlignment="Left" FontWeight="Normal" FontSize="16"/>
<Button Content="Load FIle" FlowDirection="LeftToRight" RenderTransformOrigin="1.489,3.424" Height="31" Width="170" Margin="15,5,15,5" Click="LoadFile_Click" FontSize="16" FontWeight="Normal"/>
</WrapPanel>
</Grid>
Expand Down

0 comments on commit 796b783

Please sign in to comment.