2023-09-23 05:35:53 +03:00
|
|
|
<ui:ChangelogWindow xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:ui="clr-namespace:Content.Client.Changelog"
|
|
|
|
|
Title="{Loc 'changelog-window-title'}"
|
|
|
|
|
MinSize="500 400"
|
|
|
|
|
SetSize="500 400">
|
2021-02-25 09:50:45 +01:00
|
|
|
<PanelContainer StyleClasses="AngleRect" />
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
2023-10-12 15:45:04 -07:00
|
|
|
<TabContainer Name="Tabs" Access="Public" HorizontalExpand="True" VerticalExpand="True" />
|
2021-02-25 09:50:45 +01:00
|
|
|
<PanelContainer StyleClasses="LowDivider" />
|
2023-10-12 15:45:04 -07:00
|
|
|
<Label Name="VersionLabel" Access="Public" HorizontalAlignment="Right" StyleClasses="LabelSubText" Margin="4 0" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2023-09-23 05:35:53 +03:00
|
|
|
</ui:ChangelogWindow>
|