mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +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)
24 lines
1023 B
XML
24 lines
1023 B
XML
<controls:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="{Loc 'war-declarator-ui-header'}">
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="440">
|
|
<TextEdit Name="MessageEdit"
|
|
HorizontalExpand="True"
|
|
MinHeight="200"
|
|
Access="Public" />
|
|
<Button Name="WarButton"
|
|
Text="{Loc 'war-declarator-ui-try-war-button'}"
|
|
StyleClasses="Danger"
|
|
Access="Public"/>
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True">
|
|
<Label Name="StatusLabel"
|
|
Align="Center"
|
|
Access="Public"/>
|
|
<Label Name="InfoLabel"
|
|
Align="Center"
|
|
Access="Public"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</controls:FancyWindow>
|