File tree Expand file tree Collapse file tree
DiscordChatExporter.Gui/Views/Dialogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 <UniformGrid
3535 Grid.Row=" 2"
36- Margin =" 16"
37- HorizontalAlignment =" Right"
36+ Margin =" 8"
3837 Columns =" {Binding ButtonsCount}" >
3938 <!-- OK -->
4039 <Button
40+ Margin =" 8"
41+ HorizontalContentAlignment =" Stretch"
4142 Command =" {Binding CloseCommand}"
42- Content =" {Binding DefaultButtonText}"
4343 IsDefault =" True"
4444 IsVisible =" {Binding IsDefaultButtonVisible}"
45- Theme =" {DynamicResource MaterialOutlineButton}" >
45+ Theme =" {DynamicResource MaterialOutlineButton}"
46+ ToolTip.Tip=" {Binding DefaultButtonText}" >
4647 <Button .CommandParameter>
4748 <system : Boolean >True</system : Boolean >
4849 </Button .CommandParameter>
50+ <TextBlock
51+ Text =" {Binding DefaultButtonText}"
52+ TextAlignment =" Center"
53+ TextTrimming =" CharacterEllipsis" />
4954 </Button >
5055
5156 <!-- Cancel -->
5257 <Button
53- Margin =" 16,0,0,0 "
54- HorizontalAlignment =" Stretch"
58+ Margin =" 8 "
59+ HorizontalContentAlignment =" Stretch"
5560 Command =" {Binding CloseCommand}"
56- Content =" {Binding CancelButtonText}"
5761 IsCancel =" True"
5862 IsVisible =" {Binding IsCancelButtonVisible}"
59- Theme =" {DynamicResource MaterialOutlineButton}" />
63+ Theme =" {DynamicResource MaterialOutlineButton}"
64+ ToolTip.Tip=" {Binding CancelButtonText}" >
65+ <TextBlock
66+ Text =" {Binding CancelButtonText}"
67+ TextAlignment =" Center"
68+ TextTrimming =" CharacterEllipsis" />
69+ </Button >
6070 </UniformGrid >
6171 </Grid >
6272</UserControl >
You can’t perform that action at this time.
0 commit comments