Skip to content

Commit 67f7834

Browse files
committed
Format xaml files
1 parent 1cef358 commit 67f7834

File tree

9 files changed

+28
-24
lines changed

9 files changed

+28
-24
lines changed

Flow.Launcher/Resources/Pages/WelcomePage1.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<Grid>
104104
<Grid.RowDefinitions>
105105
<RowDefinition Height="250" />
106-
<RowDefinition Height="340"/>
106+
<RowDefinition Height="340" />
107107
</Grid.RowDefinitions>
108108

109109
<Border Grid.Row="0" HorizontalAlignment="Stretch">
@@ -156,7 +156,8 @@
156156
<TextBlock
157157
FontSize="20"
158158
FontWeight="SemiBold"
159-
Text="{DynamicResource Welcome_Page1_Title}" TextWrapping="WrapWithOverflow"/>
159+
Text="{DynamicResource Welcome_Page1_Title}"
160+
TextWrapping="WrapWithOverflow" />
160161
<TextBlock
161162
Margin="0 10 24 0"
162163
FontSize="14"

Flow.Launcher/Resources/Pages/WelcomePage4.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
<TextBlock
9494
FontSize="20"
9595
FontWeight="SemiBold"
96-
Text="{DynamicResource Welcome_Page4_Title}" TextWrapping="WrapWithOverflow"/>
96+
Text="{DynamicResource Welcome_Page4_Title}"
97+
TextWrapping="WrapWithOverflow" />
9798
<TextBlock
9899
Margin="0 10 0 10"
99100
FontSize="14"

Flow.Launcher/Resources/Pages/WelcomePage5.xaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<Grid>
5454
<Grid.RowDefinitions>
5555
<RowDefinition Height="250" />
56-
<RowDefinition Height="340"/>
56+
<RowDefinition Height="340" />
5757
</Grid.RowDefinitions>
5858

5959
<Border Grid.Row="0" HorizontalAlignment="Stretch">
@@ -79,12 +79,13 @@
7979
</StackPanel>
8080
</Border>
8181

82-
<StackPanel Grid.Row="1" Margin="24 20 24 20" >
82+
<StackPanel Grid.Row="1" Margin="24 20 24 20">
8383
<StackPanel>
8484
<TextBlock
8585
FontSize="20"
8686
FontWeight="SemiBold"
87-
Text="{DynamicResource Welcome_Page5_Title}" TextWrapping="WrapWithOverflow"/>
87+
Text="{DynamicResource Welcome_Page5_Title}"
88+
TextWrapping="WrapWithOverflow" />
8889
<TextBlock
8990
Margin="0 10 0 0"
9091
FontSize="14"

Flow.Launcher/Resources/SettingWindowStyle.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,5 @@
332332
</DataTrigger>
333333
</Style.Triggers>
334334
</Style>
335-
</ResourceDictionary>
335+
336+
</ResourceDictionary>

Flow.Launcher/Themes/BlurWhite.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Color x:Key="LightBG">#BFFAFAFA</Color>
1616
<Color x:Key="DarkBG">#BFFAFAFA</Color>
1717
<Thickness x:Key="ResultMargin">0 0 0 8</Thickness>
18-
18+
1919
<Style
2020
x:Key="ItemGlyph"
2121
BasedOn="{StaticResource BaseGlyphStyle}"

Flow.Launcher/Themes/Cyan Dark.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
x:Key="QueryBoxStyle"
3434
BasedOn="{StaticResource BaseQueryBoxStyle}"
3535
TargetType="{x:Type TextBox}">
36-
<Setter Property="Padding" Value="0,0,50,0" />
36+
<Setter Property="Padding" Value="0 0 50 0" />
3737
<Setter Property="CaretBrush" Value="#336766" />
3838
<Setter Property="Foreground" Value="#e7e9eb" />
3939
<Setter Property="FontSize" Value="18" />
@@ -44,7 +44,7 @@
4444
x:Key="QuerySuggestionBoxStyle"
4545
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
4646
TargetType="{x:Type TextBox}">
47-
<Setter Property="Padding" Value="0,0,50,0" />
47+
<Setter Property="Padding" Value="0 0 50 0" />
4848
<Setter Property="Background" Value="Transparent" />
4949
<Setter Property="Height" Value="38" />
5050
<Setter Property="FontSize" Value="18" />
@@ -90,7 +90,7 @@
9090
TargetType="{x:Type Rectangle}">
9191
<Setter Property="Fill" Value="#1e292f" />
9292
<Setter Property="Height" Value="1" />
93-
<Setter Property="Margin" Value="0,0,0,4" />
93+
<Setter Property="Margin" Value="0 0 0 4" />
9494
</Style>
9595
<Style x:Key="HighlightStyle" />
9696
<Style
@@ -142,7 +142,7 @@
142142
<Setter Property="Background" Value="Transparent" />
143143
<Setter Property="Width" Value="32" />
144144
<Setter Property="Height" Value="32" />
145-
<Setter Property="Margin" Value="0,8,8,0" />
145+
<Setter Property="Margin" Value="0 8 8 0" />
146146
<Setter Property="HorizontalAlignment" Value="Right" />
147147
</Style>
148148

@@ -169,7 +169,7 @@
169169
x:Key="ClockPanel"
170170
BasedOn="{StaticResource ClockPanel}"
171171
TargetType="{x:Type StackPanel}">
172-
<Setter Property="Margin" Value="0,0,54,0" />
172+
<Setter Property="Margin" Value="0 0 54 0" />
173173
</Style>
174174
<Style
175175
x:Key="ClockBox"
@@ -188,7 +188,7 @@
188188
BasedOn="{StaticResource BasePreviewBorderStyle}"
189189
TargetType="{x:Type Border}">
190190
<Setter Property="BorderBrush" Value="#1e292f" />
191-
<Setter Property="Margin" Value="0,0,10,4" />
191+
<Setter Property="Margin" Value="0 0 10 4" />
192192
</Style>
193193
<Style
194194
x:Key="PreviewItemTitleStyle"

Flow.Launcher/Themes/Dracula.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Setter Property="Foreground" Value="#f8f8f2" />
2222
<Setter Property="CaretBrush" Value="#ffb86c" />
2323
<Setter Property="FontSize" Value="26" />
24-
<Setter Property="Padding" Value="0,0,66,0" />
24+
<Setter Property="Padding" Value="0 0 66 0" />
2525
<Setter Property="Height" Value="42" />
2626
</Style>
2727
<Style
@@ -30,7 +30,7 @@
3030
TargetType="{x:Type TextBox}">
3131
<Setter Property="Foreground" Value="#6272a4" />
3232
<Setter Property="FontSize" Value="26" />
33-
<Setter Property="Padding" Value="0,0,66,0" />
33+
<Setter Property="Padding" Value="0 0 66 0" />
3434
<Setter Property="Height" Value="42" />
3535
</Style>
3636
<Style
@@ -143,7 +143,7 @@
143143
TargetType="{x:Type Rectangle}">
144144
<Setter Property="Fill" Value="#44475a" />
145145
<Setter Property="Height" Value="1" />
146-
<Setter Property="Margin" Value="12,0,12,6" />
146+
<Setter Property="Margin" Value="12 0 12 6" />
147147
</Style>
148148
<Style
149149
x:Key="SearchIconStyle"

Flow.Launcher/Themes/Gray.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
TargetType="{x:Type Rectangle}">
7070
<Setter Property="Fill" Value="#747881" />
7171
<Setter Property="Height" Value="1" />
72-
<Setter Property="Margin" Value="0,0,0,0" />
72+
<Setter Property="Margin" Value="0 0 0 0" />
7373
</Style>
7474
<Style x:Key="HighlightStyle">
7575
<Setter Property="Inline.FontWeight" Value="Bold" />
@@ -122,7 +122,7 @@
122122
<Setter Property="Background" Value="#686d77" />
123123
<Setter Property="Width" Value="32" />
124124
<Setter Property="Height" Value="32" />
125-
<Setter Property="Margin" Value="0,8,8,0" />
125+
<Setter Property="Margin" Value="0 8 8 0" />
126126
<Setter Property="HorizontalAlignment" Value="Right" />
127127
</Style>
128128

@@ -149,7 +149,7 @@
149149
x:Key="ClockPanel"
150150
BasedOn="{StaticResource ClockPanel}"
151151
TargetType="{x:Type StackPanel}">
152-
<Setter Property="Margin" Value="0,0,54,0" />
152+
<Setter Property="Margin" Value="0 0 54 0" />
153153
</Style>
154154
<Style
155155
x:Key="ClockBox"
@@ -168,7 +168,7 @@
168168
BasedOn="{StaticResource BasePreviewBorderStyle}"
169169
TargetType="{x:Type Border}">
170170
<Setter Property="BorderBrush" Value="#747881" />
171-
<Setter Property="Margin" Value="0,0,10,0" />
171+
<Setter Property="Margin" Value="0 0 10 0" />
172172
</Style>
173173
<Style x:Key="WindowRadius" TargetType="{x:Type Border}">
174174
<Setter Property="CornerRadius" Value="0" />

Flow.Launcher/Themes/Sublime.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Setter Property="CaretBrush" Value="#FFAA47" />
2222
<Setter Property="FontSize" Value="26" />
2323
<Setter Property="Height" Value="42" />
24-
<Setter Property="Padding" Value="0,0,66,0" />
24+
<Setter Property="Padding" Value="0 0 66 0" />
2525
</Style>
2626
<Style
2727
x:Key="QuerySuggestionBoxStyle"
@@ -30,7 +30,7 @@
3030
<Setter Property="Foreground" Value="#798189" />
3131
<Setter Property="FontSize" Value="26" />
3232
<Setter Property="Height" Value="42" />
33-
<Setter Property="Padding" Value="0,0,66,0" />
33+
<Setter Property="Padding" Value="0 0 66 0" />
3434
</Style>
3535
<Style
3636
x:Key="WindowBorderStyle"
@@ -141,7 +141,7 @@
141141
TargetType="{x:Type Rectangle}">
142142
<Setter Property="Fill" Value="#3c454e" />
143143
<Setter Property="Height" Value="1" />
144-
<Setter Property="Margin" Value="0,0,0,8" />
144+
<Setter Property="Margin" Value="0 0 0 8" />
145145
</Style>
146146
<Style
147147
x:Key="SearchIconStyle"

0 commit comments

Comments
 (0)