SolarisSpell Posted November 5, 2022 Posted November 5, 2022 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. 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 Quote
faeran Posted November 7, 2022 Posted November 7, 2022 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. 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. 1 Quote
Rincewind Posted November 7, 2022 Posted November 7, 2022 Hey @SolarisSpell can you please check you have the correct value for the vertical padding in the options, see below screenshot. 1 Quote
SolarisSpell Posted November 7, 2022 Author Posted November 7, 2022 Thank you for your answers @Rincewind and @faeran My options were different: 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: I have no idea why, but it seems to work Thanks! 1 Quote
Rincewind Posted November 7, 2022 Posted November 7, 2022 That will do it, Glad you got it working. Quote
SolarisSpell Posted November 7, 2022 Author Posted November 7, 2022 Thanks for creating the theme Quote
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.