Drybonz Posted September 27, 2022 Posted September 27, 2022 I'm interested in editing the theme I use so that the main image in the LB game details view is slightly larger. Can someone point out to me where the changes for that would need to be made in the theme files? Thanks for the help. Quote
Retro808 Posted September 27, 2022 Posted September 27, 2022 If it is a LB theme and not a BB theme you would edit the GameDetailsView.xaml located in \LBThemes\[Theme Name]\Views 1 Quote
Drybonz Posted September 27, 2022 Author Posted September 27, 2022 1 hour ago, Retro808 said: If it is a LB theme and not a BB theme you would edit the GameDetailsView.xaml located in \LBThemes\[Theme Name]\Views Thanks. Is there a particular entry in the file that I would tweak? You can probably tell I have no idea what I'm doing... just want to change that one thing. Thanks again. Quote
Retro808 Posted September 27, 2022 Posted September 27, 2022 Can you provide a pic of what exact area you want to change and more detail on how you want it altered? Quote
Drybonz Posted September 28, 2022 Author Posted September 28, 2022 3 hours ago, Retro808 said: Can you provide a pic of what exact area you want to change and more detail on how you want it altered? Want to make this larger. Quote
C-Beats Posted September 28, 2022 Posted September 28, 2022 8 hours ago, Drybonz said: Want to make this larger. Look in the GameDetailsView.xaml file for a Carousel element (is the only one) You need to increase the size of that carousel (believe it has a MaxHeight set you can change. There is an ItemScale property that can be set if you need to shrink the preview items as well, by tweaking the two you should be able to increase it the way you're hoping. That being said I think we force a 16:9 aspect on that preview section so you're not going to be able to increase it much without making your GameDetails wider 1 Quote
Drybonz Posted September 28, 2022 Author Posted September 28, 2022 6 hours ago, C-Beats said: Look in the GameDetailsView.xaml file for a Carousel element Ok... thanks. I see how that works. What I'm really wanting to do is increase the size in relation to the details view itself. The max height is ok, because I never really have the game details view wide enough to require a larger maximum height. Also, it's the large image I'm trying to increase and not the smaller thumbnails (not sure if they are independent of each other). Thanks again for the help. Quote
C-Beats Posted September 28, 2022 Posted September 28, 2022 You don't have the ability to manually change the height of that section of the control. To do so you'd need to scale the whole thing up and then scale the preview items down. This would result in the preview image/section becoming bigger and making the preview items stay the same. 1 Quote
Drybonz Posted September 28, 2022 Author Posted September 28, 2022 3 minutes ago, C-Beats said: This would result in the preview image/section becoming bigger and making the preview items stay the same. Ok... sounds good. That is basically what I was looking to do, but it's not a big worry. Would it be the same problem with trying to reduce the minimum width of the side bar on the other side (the platforms bar)? Thanks again. 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.