changes bwoinkwindow size (#5096)
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
<SS14Window
|
<SS14Window
|
||||||
xmlns="https://spacestation14.io"
|
xmlns="https://spacestation14.io"
|
||||||
xmlns:adminTab="clr-namespace:Content.Client.Administration.UI.Tabs.AdminTab"
|
Size="400 200">
|
||||||
xmlns:adminbusTab="clr-namespace:Content.Client.Administration.UI.Tabs.AdminbusTab"
|
|
||||||
xmlns:atmosTab="clr-namespace:Content.Client.Administration.UI.Tabs.AtmosTab"
|
|
||||||
xmlns:tabs="clr-namespace:Content.Client.Administration.UI.Tabs">
|
|
||||||
<BoxContainer Orientation="Vertical">
|
<BoxContainer Orientation="Vertical">
|
||||||
<OutputPanel Name="TextOutput" VerticalExpand="true" />
|
<OutputPanel Name="TextOutput" VerticalExpand="true" />
|
||||||
<HistoryLineEdit Name="SenderLineEdit" />
|
<HistoryLineEdit Name="SenderLineEdit" />
|
||||||
|
|||||||
@@ -40,8 +40,6 @@ namespace Content.Client.Administration.UI
|
|||||||
_channelId = channelId;
|
_channelId = channelId;
|
||||||
|
|
||||||
SenderLineEdit.OnTextEntered += Input_OnTextEntered;
|
SenderLineEdit.OnTextEntered += Input_OnTextEntered;
|
||||||
|
|
||||||
MinSize = (650, 450);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Input_OnTextEntered(LineEdit.LineEditEventArgs args)
|
private void Input_OnTextEntered(LineEdit.LineEditEventArgs args)
|
||||||
|
|||||||
Reference in New Issue
Block a user