1 parent f560a37 commit 09f6150Copy full SHA for 09f6150
2 files changed
KitopiaAvalonia/Windows/SearchWindow.axaml
@@ -46,7 +46,7 @@
46
<Panel.Background>
47
<SolidColorBrush Color="{DynamicResource SemiBackground0Color}" Opacity="0.55" />
48
</Panel.Background>
49
- <Grid RowDefinitions="Auto,Auto" VerticalAlignment="Stretch">
+ <Grid RowDefinitions="Auto,*" VerticalAlignment="Stretch">
50
<Border Theme="{DynamicResource KitopiaCard}" CornerRadius="0" Padding="12,8">
51
<StackPanel Spacing="8">
52
<Border Height="30">
KitopiaAvalonia/Windows/SearchWindow.axaml.cs
@@ -83,7 +83,7 @@ protected override void OnApplyTemplate(TemplateAppliedEventArgs e)
83
84
private void w_Deactivated(object? sender, EventArgs eventArgs)
85
{
86
- //IsVisible = false;
+ IsVisible = false;
87
}
88
89
0 commit comments