Skip to content

Commit

Permalink
Fixed margin for GOG Second Class Watcher control
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrKnarz committed Dec 7, 2024
1 parent 3114749 commit 4ed659b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions manifests/Installer_Manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
AddonId: KNARZnite_68cee656-e677-42ab-a33e-9d9e6dfbefb9
Packages:
- Version: 2.5.1
RequiredApiVersion: 2.6
ReleaseDate: 2024-12-07
PackageUrl: https://github.com/HerrKnarz/Playnite-Theme-KNARZnite/releases/download/v2.5.1/KNARZnite_68cee656-e677-42ab-a33e-9d9e6dfbefb9_2_5_1.pthm
Changelog:
- Fixed margin for GOG Second Class Watcher control
- Version: 2.5.0
RequiredApiVersion: 2.6
ReleaseDate: 2024-12-07
Expand Down
2 changes: 1 addition & 1 deletion source/Views/DetailsViewGameOverview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@

<ContentControl x:Name="GogSecondClassWatcher_SecondClassWatcherControl"
VerticalAlignment="Center"
Visibility="{PluginSettings Plugin=GogSecondClassWatcher, Path=IsControlVisible, FallbackValue=Collapsed, Converter={StaticResource BooleanToVisibilityConverter}}" Margin="0,5,0,0"/>
Visibility="{PluginSettings Plugin=GogSecondClassWatcher, Path=IsControlVisible, FallbackValue=Collapsed, Converter={StaticResource BooleanToVisibilityConverter}}" Margin="5,0,0,0"/>
</WrapPanel>

<Border x:Name="LinkBar" Margin="0,20,0,0" Tag="{DynamicResource DisplayLinkBar}" Background="{DynamicResource OpaqueButtonBackgroundBrush}"
Expand Down
2 changes: 1 addition & 1 deletion source/Views/GridViewGameOverview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@

<ContentControl x:Name="GogSecondClassWatcher_SecondClassWatcherControl"
VerticalAlignment="Center"
Visibility="{PluginSettings Plugin=GogSecondClassWatcher, Path=IsControlVisible, FallbackValue=Collapsed, Converter={StaticResource BooleanToVisibilityConverter}}" Margin="0,5,0,0"/>
Visibility="{PluginSettings Plugin=GogSecondClassWatcher, Path=IsControlVisible, FallbackValue=Collapsed, Converter={StaticResource BooleanToVisibilityConverter}}" Margin="5,0,0,0"/>
</WrapPanel>

<Border x:Name="LinkBar" Margin="0,20,0,0" Tag="{DynamicResource DisplayLinkBar}" Background="{DynamicResource OpaqueButtonBackgroundBrush}"
Expand Down
2 changes: 1 addition & 1 deletion source/theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ThemeApiVersion: 2.6.0
Id: KNARZnite_68cee656-e677-42ab-a33e-9d9e6dfbefb9
Name: KNARZnite
Author: HerrKnarz
Version: 2.5.0
Version: 2.5.1
Links:
- Name: GitHub
Url: https://github.com/HerrKnarz/Playnite-Theme-KNARZnite
Expand Down

0 comments on commit 4ed659b

Please # to comment.