Files
Hytale_Launcher/Assets/Common/TextButton.ui
2026-03-16 13:53:52 +02:00

28 lines
377 B
XML

$C = "../Common.ui";
@LabelStyle = (
Hovered: (
Background: #000000(0.2),
)
);
@SelectedLabelStyle = (
Default: (
LabelStyle: (RenderBold: true)
),
Hovered: (
LabelStyle: (RenderBold: true),
Background: #000000(0.2)
)
);
Group {
LayoutMode: Left;
TextButton #Button {
Padding: (Full: 6);
Style: @LabelStyle;
FlexWeight: 1;
}
}