fix aac tablet fr (#3502)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
parent
aed6f71e80
commit
85ba9ce8ff
|
|
@ -1,15 +1,15 @@
|
|||
<controls:FancyWindow xmlns="https://spacestation14.io"
|
||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||||
Title="acc-tablet-title"
|
||||
Title="{Loc 'aac-tablet-title'}"
|
||||
Resizable="True"
|
||||
SetSize="540 300"
|
||||
MinSize="540 300">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<BoxContainer Orientation="Horizontal" HorizontalExpand="True">
|
||||
<CheckBox Name="ShouldBuffer" Text="aac-tablet-combine"/>
|
||||
<CheckBox Name="ShouldBuffer" Text="{Loc 'aac-tablet-combine'}"/>
|
||||
<LineEdit Name="BufferedString" Editable="False" HorizontalExpand="True"/>
|
||||
<Button Name="ClearButton" Text="aac-tablet-backspace" TextAlign="Center"/>
|
||||
<Button Name="SendButton" Text="aac-tablet-send" TextAlign="Center"/>
|
||||
<Button Name="ClearButton" Text="{Loc 'aac-tablet-backspace'}" TextAlign="Center"/>
|
||||
<Button Name="SendButton" Text="{Loc 'aac-tablet-send'}" TextAlign="Center"/>
|
||||
</BoxContainer>
|
||||
<TabContainer Name="WindowBody" TabTitle="Search" VerticalExpand="True" MouseFilter="Pass">
|
||||
<BoxContainer Orientation="Vertical" Name="Search" MinSize="540 200">
|
||||
|
|
|
|||
Loading…
Reference in New Issue