Jump to content
LaunchBox Community Forums

How to make a minor edit in a theme?


SolarisSpell

Recommended Posts

Hello everyone

 

I don't know if I have changed an option and have messed up a theme or if I could just edit it.

 

I'm using Rincewind theme and I think its pretty great, but somehow when I apply it, my games have a big empty space at the top and the bottom.

image.thumb.png.d8209bea500e1fae2d86cb8b694c712b.png

 

Is this normal? If you open the screenshots for the theme, no such empty space appears.

Can I edit the theme to alter the size of that area?

 

Thanks

 

Link to comment
Share on other sites

On 11/5/2022 at 4:35 PM, SolarisSpell said:

Hello everyone

 

I don't know if I have changed an option and have messed up a theme or if I could just edit it.

 

I'm using Rincewind theme and I think its pretty great, but somehow when I apply it, my games have a big empty space at the top and the bottom.

image.thumb.png.d8209bea500e1fae2d86cb8b694c712b.png

 

Is this normal? If you open the screenshots for the theme, no such empty space appears.

Can I edit the theme to alter the size of that area?

 

Thanks

 

I do believe this is normal to how the theme was created. In the future, you may want to post over on the theme's file page for theme specific questions. That will usually get the eye of the author of the theme. However, I'm sure @Rincewind could shed some light on this.

  • Like 1
Link to comment
Share on other sites

Thank you for your answers @Rincewind and @faeran

 

My options were different:

image.png.c33ea41933945ae72f234f95a773bec1.png

 

Also, I have no knowledge of programming, but have tried changing it to see what happens.

I slightly edited the BoxesContentView and changed this:

<Grid.RowDefinitions>
<RowDefinition Height="{Binding ImageRowHeight}" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />

 

For this:

<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />

 

And magically this happens:

image.thumb.png.9b55b358b3a52a0d14d0268e52d35841.png

 

I have no idea why, but it seems to work :)

 

Thanks!

  • Game On 1
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...