67 lines
1.2 KiB
Plaintext
67 lines
1.2 KiB
Plaintext
|
"resource/layout/overlay_communityhubpanel.layout"
|
||
|
{
|
||
|
controls
|
||
|
{
|
||
|
CommunityHubDetailPanel
|
||
|
{
|
||
|
controlname="COverlay_Details_CommunityHub_Panel"
|
||
|
style=detailsbox
|
||
|
}
|
||
|
TitleText { controlname="label" labeltext="#Overlay_CommunityHub_Panel_Title" style=detailsboxtitle }
|
||
|
NumContributionsText { controlname="label" labeltext="#Overlay_CommunityHub_Panel_NumContributions" style=highlight }
|
||
|
|
||
|
ViewCommunityHub { controlname="Button" labeltext="#Overlay_View_CommunityHub" command="viewcommunityhub" }
|
||
|
}
|
||
|
|
||
|
colors
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
styles
|
||
|
{
|
||
|
|
||
|
Button
|
||
|
{
|
||
|
textcolor=none
|
||
|
render_bg{}
|
||
|
render{}
|
||
|
bgcolor=none
|
||
|
}
|
||
|
|
||
|
Button:hover
|
||
|
{
|
||
|
textcolor=none
|
||
|
render_bg{
|
||
|
0="fill(x0,y0,x1,y1, Overlay.Item.Hover)"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
DarkRegion
|
||
|
{
|
||
|
bgcolor="40 40 40 255"
|
||
|
}
|
||
|
|
||
|
PreviewImage
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
highlight
|
||
|
{
|
||
|
inset="0 2 0 0"
|
||
|
textcolor=DefaultText.Hover
|
||
|
}
|
||
|
}
|
||
|
|
||
|
layout
|
||
|
{
|
||
|
region { name=hidden width=0 height=0 }
|
||
|
region { name=box margin-top=10 margin-bottom=10 margin-left=20 margin-right=20 width=max height=max }
|
||
|
|
||
|
place { control="TitleText, NumContributionsText" region=box dir=right spacing=20 height=max}
|
||
|
|
||
|
place { control="ViewCommunityHub" height=max width=max}
|
||
|
}
|
||
|
}
|