Skip to content

Commit

Permalink
Update source files
Browse files Browse the repository at this point in the history
  • Loading branch information
ld892012 authored Jan 20, 2023
1 parent b05147b commit f92236a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Revisited/Views/GameDetails.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
<DataTrigger Binding="{Settings FullscreenItemSpacingMargin}" Value="0,0,0,0">
<Setter Property="ItemsControl.Visibility" Value="Collapsed" />
</DataTrigger>
<DataTrigger Binding="{Binding IconObjectCached}" Value="{x:Null}">
<Setter Property="ItemsControl.Visibility" Value="Visible" />
</DataTrigger>
</Style.Triggers>
</Style>
</TextBlock.Style>
Expand All @@ -73,7 +76,7 @@

<ButtonEx x:Name="MasqTout" DockPanel.Dock="Top" Opacity="0" Width="0" Height="0" HorizontalAlignment="Left" Grid.Row="1" VerticalAlignment="Center"/>

<ButtonEx x:Name="DeAffInfos" DockPanel.Dock="Top" Opacity="0" Width="0" Height="0" HorizontalAlignment="Center" Grid.Row="0" VerticalAlignment="Center" Margin="0,0,0,0" Focusable="False" FocusManager.FocusedElement="{Binding ElementName=PART_ButtonOptions}"/>
<ButtonEx x:Name="DeAffInfos" DockPanel.Dock="Top" Opacity="0" Width="0" Height="0" HorizontalAlignment="Center" Grid.Row="0" VerticalAlignment="Center" Margin="0,0,0,0" Focusable="False" FocusManager.FocusedElement="{Binding ElementName=PART_ButtonOptions}" />

<Grid x:Name="Details" Height="620" VerticalAlignment="Bottom" Grid.Row="1" Width="1508" Grid.RowSpan="13" Margin="0,0,0,-620" Background="#CC000000" Focusable="False">
<Grid.ColumnDefinitions>
Expand Down
2 changes: 1 addition & 1 deletion Revisited/theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Mode: Fullscreen
Id: Revisited_75824c9b-aa0e-43ad-a98c-9b4c44f07848
Name: Revisited
Author: ld892012
Version: 1.7.0
Version: 1.7.1

0 comments on commit f92236a

Please sign in to comment.