Jump to content
LaunchBox Community Forums

Which file does this part of the theme control?


ZeSystem

Recommended Posts

WE12J2C.png

 

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...