mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +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)
15 lines
712 B
XML
15 lines
712 B
XML
<DefaultWindow
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls">
|
|
<BoxContainer Orientation="Vertical">
|
|
<Label Text="{Loc 'observe-warning-1'}"/>
|
|
<Label Text="{Loc 'observe-warning-2'}"/>
|
|
<BoxContainer Orientation="Horizontal" >
|
|
<Button Name="NevermindButton" Text="{Loc 'observe-nevermind'}" SizeFlagsStretchRatio="1"/>
|
|
<Control HorizontalExpand="True" SizeFlagsStretchRatio="2" />
|
|
<cc:CommandButton Command="observe" Name="ObserveButton" StyleClasses="Danger" Text="{Loc 'observe-confirm'}" SizeFlagsStretchRatio="1"/>
|
|
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</DefaultWindow>
|