File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
source/Generic/GameRelations/PlayniteControls Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 <Border x : Name =" Mask" Background =" Black" CornerRadius =" 5" />
3131 <Image x : Name =" CoverImage" Source =" {Binding CoverImage}"
3232 VerticalAlignment =" Center"
33- Height =" {Binding ElementName=MainGrid, Path=DataContext.CoversHeight}"
33+ Height =" {Binding ElementName=MainGrid, Path=DataContext.Settings. CoversHeight}"
3434 RenderOptions.BitmapScalingMode=" HighQuality" />
3535 <Border Background =" #BF000000"
3636 Visibility =" {Binding Game.IsInstalled, Converter={StaticResource InvertedBooleanToVisibilityConverter}}" />
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ namespace GameRelations.PlayniteControls
3131 public partial class GameRelationsBase : PluginUserControl , INotifyPropertyChanged
3232 {
3333 protected IPlayniteAPI PlayniteApi { get ; private set ; }
34- protected GameRelationsSettings Settings { get ; private set ; }
34+ public GameRelationsSettings Settings { get ; private set ; }
3535 public IGameRelationsControlSettings ControlSettings { get ; private set ; }
3636 public int CoversHeight => Settings . CoversHeight ;
3737 private readonly BitmapImage _defaultCover ;
You can’t perform that action at this time.
0 commit comments