Skip to content

Commit d016b83

Browse files
authored
Merge dc9012f into 2cc51f2
2 parents 2cc51f2 + dc9012f commit d016b83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Papercut.UI/Views/MainView.xaml

+2
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@
8383
Delete all <TextBlock FontWeight="Bold" Text="{Binding Path=MessageListViewModel.Messages.Count}" /> Message(s)?
8484
</TextBlock>
8585
<Button Margin="4 32 4 0" Style="{StaticResource MahApps.Styles.Button.Square.Accent}"
86+
controls:ControlsHelper.ContentCharacterCasing="Normal"
8687
cal:Message.Attach="[Event Click] = [Action DeleteAll]">
8788
Proceed
8889
</Button>
8990
<Button Margin="4 16 4 4" Style="{DynamicResource MahApps.Styles.Button.Square}"
91+
controls:ControlsHelper.ContentCharacterCasing="Normal"
9092
cal:Message.Attach="[Event Click] = [Action CancelDeleteAll]">
9193
Cancel
9294
</Button>

0 commit comments

Comments
 (0)