Skip to content

Commit

Permalink
Merge pull request #390 from bluepilledgreat/version-2.4.0-fix-fluent…
Browse files Browse the repository at this point in the history
…-cancel-button-2

fix fluent cancel button
  • Loading branch information
pizzaboxer committed Jul 16, 2023
2 parents 02434d6 + 8831786 commit 539d3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</Grid>

<Border Grid.Row="2" Padding="15" Background="{ui:ThemeResource SolidBackgroundFillColorSecondaryBrush}">
<Button Margin="0" Content="Cancel" Width="120" HorizontalAlignment="Right" IsEnabled="{Binding CancelButtonEnabled, Mode=OneWay}" Command="{Binding CancelInstallCommand}" />
<Button Margin="0" Content="Cancel" Width="120" HorizontalAlignment="Right" IsEnabled="{Binding CancelEnabled, Mode=OneWay}" Command="{Binding CancelInstallCommand}" />
</Border>
</Grid>
</ui:UiWindow>

0 comments on commit 539d3ed

Please sign in to comment.