обновление
This commit is contained in:
27
Assets/Common/TextButton.ui
Normal file
27
Assets/Common/TextButton.ui
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user