Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed Feb 11, 2025
1 parent 7afbde8 commit 6552d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion KitopiaAvalonia/Windows/SearchWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
<StackPanel DockPanel.Dock="Top" Margin="0,0,0,5" Spacing="5">
<TextBox VerticalContentAlignment="Center" VerticalAlignment="Center" IsTabStop="False"
Watermark="搜索..." AcceptsReturn="False" KeyDown="tx_KeyDown"

Name="tx"
AcceptsTab="False" FontSize="32"
AcceptsTab="False" FontSize="27"
Text="{Binding Search}">

<TextBox.InnerLeftContent>
Expand Down

0 comments on commit 6552d8d

Please sign in to comment.