Threshold-Yuzu/resource/layout/overlay_guidespanel.layout

48 lines
1001 B
Plaintext

"resource/layout/overlay_guidespanel.layout"
{
controls
{
GuidesDetailPanel
{
controlname="COverlay_Details_Guides_Panel"
style=detailsbox
}
TitleText { controlname="label" labeltext="#Overlay_Guides_Panel_Title" style=detailsboxtitle }
NumGuidesText { controlname="label" labeltext="#Overlay_Guides_Panel_NumGuides" style=highlight }
ViewGuides { controlname="Button" labeltext="#Overlay_View_Guides" command="viewguides" }
}
colors
{
}
styles
{
PreviewImage
{
}
highlight
{
inset="0 2 0 0"
textcolor=DefaultText.Hover
}
}
layout
{
region { name=box margin-top=10 margin-bottom=10 margin-left=20 margin-right=20 width=max height=max }
region { name=guides region=box y=40 margin-bottom=35}
place { control="TitleText, NumGuidesText" region=box dir=right spacing=20 height=28}
place { control=*guideitem region=guides x=0 width=max height=40 dir=down spacing=4 }
place { control="ViewGuides" region=box align=bottom}
}
}