Skip to content

Commit

Permalink
Batch resize - Cancellation, refactor #165
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Dec 7, 2024
1 parent cecacff commit ff4a8ed
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 221 deletions.
6 changes: 3 additions & 3 deletions src/PicView.Avalonia/Views/BatchResizeView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -950,14 +950,14 @@
<Button
Classes="BorderStyle altHover mainBtn"
CornerRadius="4"
IsEnabled="False"
x:Name="CancelButton">
<TextBlock
Classes="txt"
Padding="15,0"
Text="{CompiledBinding Cancel,
Text="{CompiledBinding Reset,
Mode=OneWay}"
TextAlignment="Center" />
TextAlignment="Center"
x:Name="CancelButtonTextBlock" />
</Button>

<Button
Expand Down
Loading

0 comments on commit ff4a8ed

Please sign in to comment.