Fix high UI scale chat. (#17914)

This commit is contained in:
Leon Friedrich
2023-07-10 10:30:26 +12:00
committed by GitHub
parent 7762774df7
commit e96560956c

View File

@@ -29,7 +29,7 @@
<BoxContainer Orientation="Vertical" HorizontalExpand="True" SeparationOverride="10" Margin="10">
<menuBar:GameTopMenuBar Name="TopBar" HorizontalExpand="True" Access="Protected" />
<chat:ChatBox VerticalExpand="True" HorizontalExpand="True" Name="Chat" Access="Protected" />
<chat:ChatBox VerticalExpand="True" HorizontalExpand="True" Name="Chat" Access="Protected" MinSize="0 0"/>
</BoxContainer>
</PanelContainer>
</controls:RecordedSplitContainer>