16 lines
424 B
Ucode
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
|
|
}
|