File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 43
43
Grid.Column=" 0"
44
44
Width =" 16"
45
45
Height =" 16"
46
- Margin =" 10 4 4 4"
46
+ Margin =" 10,4,4, 4"
47
47
RenderOptions.BitmapScalingMode=" HighQuality"
48
48
Source =" /Images/app.png" />
49
49
<TextBlock
50
50
Grid.Column=" 1"
51
- Margin =" 4 0 0 0"
51
+ Margin =" 4,0,0, 0"
52
52
VerticalAlignment =" Center"
53
53
FontSize =" 12"
54
54
Foreground =" {DynamicResource Color05B}"
98
98
Grid.Row=" 1"
99
99
Background =" {DynamicResource Color00B}"
100
100
BorderBrush =" {DynamicResource PopupButtonAreaBorderColor}"
101
- BorderThickness =" 0 1 0 0" >
101
+ BorderThickness =" 0,1,0, 0" >
102
102
<Grid >
103
103
<Grid .ColumnDefinitions>
104
104
<ColumnDefinition Width =" 130" />
112
112
VerticalAlignment =" Center" >
113
113
<TextBlock
114
114
Name =" PageNavigation"
115
- Margin =" 0 2 0 0"
115
+ Margin =" 0,2,0, 0"
116
116
HorizontalAlignment =" Center"
117
117
VerticalAlignment =" Center"
118
118
FontSize =" 14"
125
125
Grid.Column=" 0"
126
126
Width =" 100"
127
127
Height =" 40"
128
- Margin =" 20 5 0 5"
128
+ Margin =" 20,5,0, 5"
129
129
Click =" BtnCancel_OnClick"
130
130
Content =" {DynamicResource Skip}"
131
131
DockPanel.Dock=" Right"
132
132
FontSize =" 14" />
133
133
<DockPanel
134
134
Grid.Column=" 2"
135
- Margin =" 0 0 20 0"
135
+ Margin =" 0,0,20, 0"
136
136
VerticalAlignment =" Stretch" >
137
137
<Button
138
138
x : Name =" NextButton"
139
139
Width =" 40"
140
140
Height =" 40"
141
- Margin =" 8 5 0 5"
141
+ Margin =" 8,5,0, 5"
142
142
Click =" ForwardButton_Click"
143
143
Content ="  "
144
144
DockPanel.Dock=" Right"
You can’t perform that action at this time.
0 commit comments