Threshold-Yuzu/resource/layout/friendpanel_rightaligned.la...

48 lines
823 B
Plaintext

"resource/layout/friendpanel_compact.layout"
{
controls
{
MenuButton
{
style=menuButtonStyle
}
AvatarOverlayImage
{
zpos=2
}
}
styles
{
menuButtonStyle
{
inset="-7 2 0 0"
padding=3
}
CFriendPanel:hover
{
render_bg {}
}
}
// custom layout
layout
{
place { control="AvatarOverlayImage" margin-right=8 y=6 width=40 height=40 align=right }
place { control="AvatarImage" margin-right=12 y=10 width=32 height=32 align=right }
place { control="MenuButton,NameLabel,FriendsNameInstanceLabel,ClanStatusImage" margin-right=60 y=6 align=right }
place { control="StatusLabel" margin-right=60 y=19 align=right }
place { control="GameLabel" margin-right=60 y=31 align=right }
place { control="ControlPanelLink" margin-right=60 y=31 align=right }
}
}