We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cc51f2 + dc9012f commit d016b83Copy full SHA for d016b83
src/Papercut.UI/Views/MainView.xaml
@@ -83,10 +83,12 @@
83
Delete all <TextBlock FontWeight="Bold" Text="{Binding Path=MessageListViewModel.Messages.Count}" /> Message(s)?
84
</TextBlock>
85
<Button Margin="4 32 4 0" Style="{StaticResource MahApps.Styles.Button.Square.Accent}"
86
+ controls:ControlsHelper.ContentCharacterCasing="Normal"
87
cal:Message.Attach="[Event Click] = [Action DeleteAll]">
88
Proceed
89
</Button>
90
<Button Margin="4 16 4 4" Style="{DynamicResource MahApps.Styles.Button.Square}"
91
92
cal:Message.Attach="[Event Click] = [Action CancelDeleteAll]">
93
Cancel
94
0 commit comments