* Refactor ID card computer to XAML UI * Alerts * XAMLify AME window * Use Control.SetButtonDisabledRecursive() instead
11 lines
378 B
XML
11 lines
378 B
XML
<Control xmlns="https://spacestation14.io"
|
|
MinSize="64 64">
|
|
<PanelContainer StyleClasses="TransparentBorderedWindowPanel"
|
|
HorizontalAlignment="Right"
|
|
VerticalAlignment="Top">
|
|
<GridContainer Name="AlertContainer" MaxGridHeight="64" ExpandBackwards="True">
|
|
|
|
</GridContainer>
|
|
</PanelContainer>
|
|
</Control>
|