ZeSystem Posted August 22, 2018 Share Posted August 22, 2018 It's the Favorites and Recent list that appears in the platform view. This is the code: <!-- Recent Games Start --> <Border BorderBrush="#20FFFFFF" Grid.Row="3" Grid.ColumnSpan="3" BorderThickness="2,2,2,2" RenderOptions.EdgeMode="Aliased"> <Grid Background="#8027272c"> <transitions:TransitionPresenter TransitionSelector="{Binding TopBoxesTransitionSelector}" Content="{Binding TopBoxesView}"> <transitions:TransitionPresenter.Effect> <DropShadowEffect ShadowDepth="8" Direction="220" Opacity="0.75"/> </transitions:TransitionPresenter.Effect> </transitions:TransitionPresenter> </Grid> </Border> <Border BorderBrush="#20FFFFFF" Grid.Row="5" Grid.ColumnSpan="3" BorderThickness="2,2,2,2" RenderOptions.EdgeMode="Aliased"> <Grid Background="#8027272c"> <transitions:TransitionPresenter Grid.Row="5" TransitionSelector="{Binding BottomBoxesTransitionSelector}" Content="{Binding BottomBoxesView}"> <transitions:TransitionPresenter.Effect> <DropShadowEffect ShadowDepth="8" Direction="220" Opacity="0.75"/> </transitions:TransitionPresenter.Effect> </transitions:TransitionPresenter> </Grid> </Border> I'm looking for TopBoxesView and BottomBoxesView. Clear logos looks horrendous like in the screenshot so I'd like to fix that. Which file should look into? Quote Link to comment Share on other sites More sharing options...
ZeSystem Posted August 23, 2018 Author Share Posted August 23, 2018 (edited) @Jason Carr Edited August 23, 2018 by ZeSystem For some reason, I can't type further after I tagged Jason. I tagged to request for your help Quote Link to comment Share on other sites More sharing options...
Jason Carr Posted August 23, 2018 Share Posted August 23, 2018 Hi @ZeSystem, I believe it's the ThumbnailListView and the ThumbnailGameView. Quote Link to comment Share on other sites More sharing options...
ZeSystem Posted August 24, 2018 Author Share Posted August 24, 2018 7 hours ago, Jason Carr said: Hi @ZeSystem, I believe it's the ThumbnailListView and the ThumbnailGameView. Thanks! Is there any way to control their sizes? Clear logos look very weird and it doesn't seem like sizing is working right. Quote Link to comment Share on other sites More sharing options...
Jason Carr Posted August 24, 2018 Share Posted August 24, 2018 The favorites and recent sections there were never tweaked much because they were never very popular (and they're not used much in custom themes). It's true that they don't really work with clear logos. I don't currently plan to do much with it for the time being, but it's certainly possible to fix things up in XAML. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.