Skip to content

Commit 929e7d6

Browse files
committed
Revert xaml style in welcome window.
1 parent 6b6b0fa commit 929e7d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Flow.Launcher/WelcomeWindow.xaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
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}"
@@ -98,7 +98,7 @@
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" />
@@ -112,7 +112,7 @@
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"
@@ -125,20 +125,20 @@
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="&#xe76c;"
144144
DockPanel.Dock="Right"

0 commit comments

Comments
 (0)