rott/kf_sources/XInterface/Classes/GUIListHeader.uc
2026-07-14 20:27:09 +07:00

16 lines
424 B
Ucode

//==============================================================================
// Description
//
// Created by Ron Prestenback
// © 2003, Epic Games, Inc. All Rights Reserved
//==============================================================================
class GUIListHeader extends GUIListSpacer;
DefaultProperties
{
StyleName="ListSection"
LabelStyleName="ListSection"
Tag=-3
FontScale=FNS_Large
}