mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:26:31 +00:00
make python app load a bit eariler, making startup a bit faster
This commit is contained in:
@@ -148,13 +148,13 @@
|
||||
Grid.Column="0"
|
||||
Name="LvFiles"
|
||||
Background="Black"
|
||||
SelectedItem="{Binding Path=SelectedVideo}" Foreground="#FFA4AFCC"
|
||||
SelectedItem="{Binding Path=SelectedVideo}" Foreground="#FFEEEEEE"
|
||||
>
|
||||
<ListView.Resources>
|
||||
<Style TargetType="{x:Type ListViewItem}">
|
||||
<Style.Triggers>
|
||||
<DataTrigger Binding="{Binding HasAnnotations}" Value="true">
|
||||
<Setter Property="Background" Value="Gray"/>
|
||||
<Setter Property="Background" Value="#FF505050"/>
|
||||
</DataTrigger>
|
||||
</Style.Triggers>
|
||||
<EventSetter Event="ContextMenuOpening" Handler="LvFilesContextOpening"></EventSetter>
|
||||
|
||||
Reference in New Issue
Block a user