mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
# Description I changed something so long ago but didn't make sure others were changed to follow. --- <details><summary><h1>Media</h1></summary> <p>      </p> </details> --- # Changelog 🆑 - fix: Fixed many buttons being yellow instead of red --------- Signed-off-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> Co-authored-by: Timfa <timfalken@hotmail.com> (cherry picked from commit ca703ab8d367bbdfc4ab115af4a01964ff597e5f)
17 lines
859 B
XML
17 lines
859 B
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:parallax="clr-namespace:Content.Client.Parallax"
|
|
xmlns:info="clr-namespace:Content.Client.Info" VerticalExpand="True" HorizontalExpand="True" MouseFilter="Stop">
|
|
<parallax:ParallaxControl />
|
|
<Control VerticalExpand="True" MaxWidth="800" MaxHeight="900">
|
|
<PanelContainer StyleClasses="windowPanel" />
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="10" Margin="10 10 5 10">
|
|
<info:RulesControl/>
|
|
<Label Name="WaitLabel" />
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Button Name="AcceptButton" Text="{Loc 'ui-rules-accept'}" Disabled="True" />
|
|
<Button Name="QuitButton" StyleClasses="Danger" Text="{Loc 'ui-escape-quit'}" />
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</Control>
|
|
</Control>
|