обновление

This commit is contained in:
2026-03-16 13:53:52 +02:00
parent 477d042670
commit 0e9ab93a14
327 changed files with 147 additions and 32 deletions

View File

@@ -0,0 +1,27 @@
$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;
}
}