From 4ed659bbf7ecf73b89426c54a2e7e93e31e219d6 Mon Sep 17 00:00:00 2001 From: Alexander Heidn <40741234+HerrKnarz@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:11:14 +0100 Subject: [PATCH] Fixed margin for GOG Second Class Watcher control --- manifests/Installer_Manifest.yaml | 6 ++++++ source/Views/DetailsViewGameOverview.xaml | 2 +- source/Views/GridViewGameOverview.xaml | 2 +- source/theme.yaml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/manifests/Installer_Manifest.yaml b/manifests/Installer_Manifest.yaml index 1ed19d7..4c1e7bc 100644 --- a/manifests/Installer_Manifest.yaml +++ b/manifests/Installer_Manifest.yaml @@ -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 diff --git a/source/Views/DetailsViewGameOverview.xaml b/source/Views/DetailsViewGameOverview.xaml index b7f6238..1f03a52 100644 --- a/source/Views/DetailsViewGameOverview.xaml +++ b/source/Views/DetailsViewGameOverview.xaml @@ -251,7 +251,7 @@ + Visibility="{PluginSettings Plugin=GogSecondClassWatcher, Path=IsControlVisible, FallbackValue=Collapsed, Converter={StaticResource BooleanToVisibilityConverter}}" Margin="5,0,0,0"/> + Visibility="{PluginSettings Plugin=GogSecondClassWatcher, Path=IsControlVisible, FallbackValue=Collapsed, Converter={StaticResource BooleanToVisibilityConverter}}" Margin="5,0,0,0"/>