Fixing some warnings (#6250)
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<SS14Window xmlns="https://spacestation14.io"
|
||||
<DefaultWindow xmlns="https://spacestation14.io"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Title="Hand Labeler">
|
||||
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
|
||||
<Label Name="CurrentTextLabel" Text="{Loc 'hand-labeler-current-text-label'}" />
|
||||
<LineEdit Name="LabelLineEdit" />
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -7,7 +7,7 @@ using Robust.Client.UserInterface.XAML;
|
||||
namespace Content.Client.Labels.UI
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class HandLabelerWindow : SS14Window
|
||||
public partial class HandLabelerWindow : DefaultWindow
|
||||
{
|
||||
public event Action<string>? OnLabelEntered;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user