File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 125
125
BorderThickness =" 0 1 0 0"
126
126
CornerRadius =" 0 0 8 8" >
127
127
<StackPanel
128
- Margin =" 10"
128
+ Margin =" 10 9 10 10 "
129
129
HorizontalAlignment =" Center"
130
130
Orientation =" Horizontal" >
131
131
<Button
132
132
x : Name =" OverwriteBtn"
133
- Height = " 30 "
133
+ MinHeight = " 36 "
134
134
MinWidth =" 100"
135
135
Margin =" 0 0 4 0"
136
136
Click =" Overwrite"
139
139
Visibility =" Collapsed" />
140
140
<Button
141
141
x : Name =" SaveBtn"
142
- Height = " 30 "
142
+ MinHeight = " 36 "
143
143
MinWidth =" 100"
144
144
Margin =" 0 0 4 0"
145
145
Click =" Save"
146
146
Content =" {DynamicResource commonSave}"
147
147
Style =" {StaticResource AccentButtonStyle}" />
148
148
<Button
149
- Height = " 30 "
149
+ MinHeight = " 36 "
150
150
MinWidth =" 100"
151
151
Margin =" 4 0 4 0"
152
152
Click =" Reset"
153
153
Content =" {DynamicResource commonReset}" />
154
154
<Button
155
- Height = " 30 "
155
+ MinHeight = " 36 "
156
156
MinWidth =" 100"
157
157
Margin =" 4 0 4 0"
158
158
Click =" Delete"
159
159
Content =" {DynamicResource commonDelete}" />
160
160
<Button
161
- Height = " 30 "
161
+ MinHeight = " 36 "
162
162
MinWidth =" 100"
163
163
Margin =" 4 0 0 0"
164
164
Click =" Cancel"
You can’t perform that action at this time.
0 commit comments