Jump to content
LaunchBox Community Forums

Neon Deluxe Arcade - Launchbox Theme


Recommended Posts

6 hours ago, Mr. RetroLust said:

You can adjust the following to your preferred height in \LBThemes\Neon Deluxe Arcade LB\Views\GamesDetailsView.xaml, open in a text editor and search for this :

                <WrapPanel Name="ScreenshotImages" Orientation="Horizontal" VerticalAlignment="Top" Visibility="{Binding ScreenshotsVisibility}" Height="110" Margin="0">
                    <WrapPanel.Resources>
                        <Style TargetType="{x:Type Image}">
                        <Setter Property="Margin" Value="2,0,10,5"/>
                        <Setter Property="MaxHeight" Value="110"/>
                        </Style>
                        </WrapPanel.Resources>
                    <WrapPanel.Effect>
                        <DropShadowEffect BlurRadius="10" ShadowDepth="0" Color="#0004FF" Direction="0"/>
                    </WrapPanel.Effect>
                </WrapPanel>

 

I thank you very much kind sir, that did the trick, I hope you have a very good day :D

  • Thanks 1
Link to comment
Share on other sites

  • 11 months later...
  • 4 months later...

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...