"resource/layout/gamespage_details_screenshots.layout" { controls { screenshotsdetails { controlname="CGamesPage_Details_Screenshots" style="screenshotsdetails" } headerlabel { controlname="Label" style="gamedetails-headerlabel" labeltext="#Steam_Screenshots" } screenshotsarea { controlname="CScreenshotsPanel" } viewall { controlname="Button" labeltext="#Steam_ViewAllScreenshots" command="ViewAllScreenshots" } } colors { // Extra spacing beyond the flowing elements to account for header and button at the bottom GameDetailsScreenshots.ExtraVerticalSpacing "80" RichText.InsetX "0" RichText.InsetY "3" } styles { screenshotsdetails { bgcolor=BackgroundStart } } layout { region { name=body margin=10 width=max height=max } place { region=body control=headerlabel width=max } place { region=body control=screenshotsarea dir=down y=25 width=max } place { region=body control=viewall align=bottom margin-bottom=5 } } }