Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 17, 2024
1 parent 17a71d9 commit 2582ed3
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@
ScrollViewer.VerticalScrollBarVisibility="Disabled"
SelectionChanged="WhitelistedApplicationsListBox_OnSelectionChanged"
SelectionMode="Multiple,Toggle">
<ListBox.ItemContainerTheme>
<ControlTheme BasedOn="{StaticResource {x:Type ListBoxItem}}" TargetType="{x:Type ListBoxItem}">
<Setter Property="Padding" Value="0,4" />
</ControlTheme>
</ListBox.ItemContainerTheme>
<ListBox.Styles>
<Style Selector="ListBox">
<Style Selector="^ ListBoxItem">
<Setter Property="Padding" Value="0,4" />
</Style>
</Style>
</ListBox.Styles>
<ListBox.ItemTemplate>
<DataTemplate>
<Panel Background="Transparent" ToolTip.Tip="{Binding ExecutableFilePath}">
Expand Down

0 comments on commit 2582ed3

Please sign in to comment.