Remove encapsulation for previously protected XAML UI fields (#4975)
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
SetSize="300 300">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<RichTextLabel Name="Label" />
|
||||
<LineEdit Name="InputProtected"
|
||||
<LineEdit Name="Input"
|
||||
Access="Public"
|
||||
Visible="False" />
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
|
||||
@@ -10,8 +10,6 @@ namespace Content.Client.Paper.UI
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class PaperWindow : SS14Window
|
||||
{
|
||||
public LineEdit Input => InputProtected;
|
||||
|
||||
public PaperWindow()
|
||||
{
|
||||
RobustXamlLoader.Load(this);
|
||||
|
||||
Reference in New Issue
Block a user