fix aac tablet fr (#3502)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas 2025-04-18 02:01:48 +01:00 committed by GitHub
parent aed6f71e80
commit 85ba9ce8ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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">