Threshold-Yuzu/resource/layout/steamrootdialog_toolspage.l...

32 lines
564 B
Plaintext
Raw Normal View History

2018-07-03 03:51:33 +00:00
"resource/layout/steamrootdialog_toolspage.layout"
{
layout
{
// content pages
2018-07-25 07:22:16 +00:00
place { control="GamesList" width=max height=max margin=1 }
2018-07-03 03:51:33 +00:00
}
styles
{
"GamesList"
{
bgcolor=none
render
{
//gradient to obscure content at top of scrolling region
//1="gradient( x0+2, y0 + 1, x1-1, y0 + 16, dialogbg, none )"
//gradient to obscure content at bottom of scrolling region
//2="gradient( x0+2, y1 - 16, x1-1, y1-1, none, almostblack )"
}
render_bg
{
0="fill( x0, y0, x1, y1, Root.Back )"
}
}
}
}