Skip to content

Commit

Permalink
Fixed spelling error
Browse files Browse the repository at this point in the history
resolves #284
  • Loading branch information
antonpup committed Dec 29, 2016
1 parent 0a61d35 commit 139334e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
<TextBlock HorizontalAlignment="Left" Margin="0,146,0,0" TextWrapping="Wrap" Text="Effect Width: " VerticalAlignment="Top"/>
<Slider x:Name="interactive_effects_width_slider" HorizontalAlignment="Left" Margin="80,146,0,0" VerticalAlignment="Top" Width="140" Minimum="1" SmallChange="1" SelectionStart="6" IsSnapToTickEnabled="True" Maximum="12" ValueChanged="interactive_effects_width_slider_ValueChanged"/>
<TextBlock x:Name="interactive_effects_width_label" HorizontalAlignment="Left" Margin="225,146,0,0" TextWrapping="Wrap" Text="1 px" VerticalAlignment="Top"/>
<CheckBox x:Name="interactive_effects_mouse_interaction_enable" Content="Enable mouse clicking to trigger interative effects" HorizontalAlignment="Left" Margin="0,169,0,0" VerticalAlignment="Top" Unchecked="interactive_effects_mouse_interaction_enable_Checked" Checked="interactive_effects_mouse_interaction_enable_Checked"/>
<CheckBox x:Name="interactive_effects_mouse_interaction_enable" Content="Enable mouse clicking to trigger interactive effects" HorizontalAlignment="Left" Margin="0,169,0,0" VerticalAlignment="Top" Unchecked="interactive_effects_mouse_interaction_enable_Checked" Checked="interactive_effects_mouse_interaction_enable_Checked"/>
</Grid>
</UserControl>

0 comments on commit 139334e

Please sign in to comment.