Format code

Add new line for property for better format
This commit is contained in:
Kevin Zhang 2021-10-28 13:19:26 -05:00 committed by GitHub
parent fdcab6904f
commit 37281a1233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -644,7 +644,8 @@
<TextBlock Text="{DynamicResource plugin}" TextAlignment="left" FontSize="30" Margin="0 5 0 0"/>
</Border>
<Border Grid.Column="0" Grid.Row="1" Background="#f3f3f3" Padding="0 0 0 0">
<ListBox SelectedItem="{Binding SelectedPlugin}" ScrollViewer.CanContentScroll="False"
<ListBox SelectedItem="{Binding SelectedPlugin}"
ScrollViewer.CanContentScroll="False"
ItemsSource="{Binding PluginViewModels}"
Margin="5, 0, 0, 0" ScrollViewer.HorizontalScrollBarVisibility="Disabled"
ItemContainerStyle="{StaticResource PluginList}"
@ -1582,4 +1583,4 @@
</Border>
</TabItem>
</TabControl>
</Window>
</Window>