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 4343 Grid.Column=" 0"
4444 Width =" 16"
4545 Height =" 16"
46- Margin =" 10 4 4 4"
46+ Margin =" 10,4,4, 4"
4747 RenderOptions.BitmapScalingMode=" HighQuality"
4848 Source =" /Images/app.png" />
4949 <TextBlock
5050 Grid.Column=" 1"
51- Margin =" 4 0 0 0"
51+ Margin =" 4,0,0, 0"
5252 VerticalAlignment =" Center"
5353 FontSize =" 12"
5454 Foreground =" {DynamicResource Color05B}"
9898 Grid.Row=" 1"
9999 Background =" {DynamicResource Color00B}"
100100 BorderBrush =" {DynamicResource PopupButtonAreaBorderColor}"
101- BorderThickness =" 0 1 0 0" >
101+ BorderThickness =" 0,1,0, 0" >
102102 <Grid >
103103 <Grid .ColumnDefinitions>
104104 <ColumnDefinition Width =" 130" />
112112 VerticalAlignment =" Center" >
113113 <TextBlock
114114 Name =" PageNavigation"
115- Margin =" 0 2 0 0"
115+ Margin =" 0,2,0, 0"
116116 HorizontalAlignment =" Center"
117117 VerticalAlignment =" Center"
118118 FontSize =" 14"
125125 Grid.Column=" 0"
126126 Width =" 100"
127127 Height =" 40"
128- Margin =" 20 5 0 5"
128+ Margin =" 20,5,0, 5"
129129 Click =" BtnCancel_OnClick"
130130 Content =" {DynamicResource Skip}"
131131 DockPanel.Dock=" Right"
132132 FontSize =" 14" />
133133 <DockPanel
134134 Grid.Column=" 2"
135- Margin =" 0 0 20 0"
135+ Margin =" 0,0,20, 0"
136136 VerticalAlignment =" Stretch" >
137137 <Button
138138 x : Name =" NextButton"
139139 Width =" 40"
140140 Height =" 40"
141- Margin =" 8 5 0 5"
141+ Margin =" 8,5,0, 5"
142142 Click =" ForwardButton_Click"
143143 Content ="  "
144144 DockPanel.Dock=" Right"
You can’t perform that action at this time.
0 commit comments