mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Format code
Add new line for property for better format
This commit is contained in:
parent
fdcab6904f
commit
37281a1233
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue