Skip to content

Commit 6f03f5e

Browse files
committed
fix: filter in windows app
1 parent ba2b7fa commit 6f03f5e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

TFMAudioApp/Controls/FilterPopup.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
StrokeThickness="0"
1010
Padding="20"
1111
MinimumWidthRequest="340"
12-
MaximumWidthRequest="400">
12+
MaximumWidthRequest="400"
13+
MaximumHeightRequest="600">
1314
<Border.StrokeShape>
1415
<RoundRectangle CornerRadius="20"/>
1516
</Border.StrokeShape>
1617

18+
<ScrollView>
1719
<VerticalStackLayout Spacing="16">
1820
<!-- Header -->
1921
<Grid ColumnDefinitions="*,Auto">
@@ -141,5 +143,6 @@
141143
Clicked="OnApplyClicked"/>
142144
</Grid>
143145
</VerticalStackLayout>
146+
</ScrollView>
144147
</Border>
145148
</toolkit:Popup>

0 commit comments

Comments
 (0)