File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 70
70
<ColumnDefinition Width =" Auto" />
71
71
</Grid .ColumnDefinitions>
72
72
<Button
73
- x : Name =" CancelButton "
74
- x : Uid =" PropertiesDialogCancelButton "
73
+ x : Name =" OKButton "
74
+ x : Uid =" PropertiesDialogOKButton "
75
75
Grid.Column=" 1"
76
76
MinWidth =" 100"
77
77
Margin =" 0,0,10,0"
78
78
HorizontalAlignment =" Right"
79
- Click =" CancelButton_Click "
80
- Content =" Cancel "
79
+ Click =" OKButton_Click "
80
+ Content =" OK "
81
81
Style =" {ThemeResource ButtonRevealStyle}" />
82
82
<Button
83
- x : Name =" OKButton "
84
- x : Uid =" PropertiesDialogOKButton "
83
+ x : Name =" CancelButton "
84
+ x : Uid =" PropertiesDialogCancelButton "
85
85
Grid.Column=" 2"
86
86
MinWidth =" 100"
87
87
HorizontalAlignment =" Right"
88
- Click =" OKButton_Click "
89
- Content =" OK "
88
+ Click =" CancelButton_Click "
89
+ Content =" Cancel "
90
90
Style =" {ThemeResource ButtonRevealStyle}" />
91
91
</Grid >
92
92
</Grid >
You can’t perform that action at this time.
0 commit comments