Skip to content

Commit 37281a1

Browse files
authored
Format code
Add new line for property for better format
1 parent fdcab69 commit 37281a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,8 @@
644644
<TextBlock Text="{DynamicResource plugin}" TextAlignment="left" FontSize="30" Margin="0 5 0 0"/>
645645
</Border>
646646
<Border Grid.Column="0" Grid.Row="1" Background="#f3f3f3" Padding="0 0 0 0">
647-
<ListBox SelectedItem="{Binding SelectedPlugin}" ScrollViewer.CanContentScroll="False"
647+
<ListBox SelectedItem="{Binding SelectedPlugin}"
648+
ScrollViewer.CanContentScroll="False"
648649
ItemsSource="{Binding PluginViewModels}"
649650
Margin="5, 0, 0, 0" ScrollViewer.HorizontalScrollBarVisibility="Disabled"
650651
ItemContainerStyle="{StaticResource PluginList}"
@@ -1582,4 +1583,4 @@
15821583
</Border>
15831584
</TabItem>
15841585
</TabControl>
1585-
</Window>
1586+
</Window>

0 commit comments

Comments
 (0)