Skip to content

Commit

Permalink
Fixed cancel build error
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Apr 6, 2019
1 parent d81a0ae commit 86897c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BuildVision.UI/Components/ControlView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</StackPanel>

<customButtons:BuildActionButton
Command="{Binding BuildSolutionAction}"
Command="{Binding CancelBuildSolutionAction}"
HorizontalAlignment="Stretch"
MinWidth="66"
ToolTip="{x:Static res:Resources.CancelBuildSolutionButtonTooltip}"
Expand Down

0 comments on commit 86897c2

Please sign in to comment.