ux: layout for Views.MergeMultiple

This commit is contained in:
leo 2024-12-09 21:21:16 +08:00
parent 2b6210e61c
commit 64bedd2ae9
No known key found for this signature in database

View file

@ -15,8 +15,8 @@
<Grid Margin="0,16,0,0" RowDefinitions="Auto,32,32" ColumnDefinitions="100,*"> <Grid Margin="0,16,0,0" RowDefinitions="Auto,32,32" ColumnDefinitions="100,*">
<TextBlock Grid.Row="0" Grid.Column="0" <TextBlock Grid.Row="0" Grid.Column="0"
HorizontalAlignment="Right" VerticalAlignment="Center" HorizontalAlignment="Right" VerticalAlignment="Top"
Margin="0,0,8,0" Margin="0,6,8,0"
Text="{DynamicResource Text.MergeMultiple.Targets}"/> Text="{DynamicResource Text.MergeMultiple.Targets}"/>
<ListBox Grid.Row="0" Grid.Column="1" <ListBox Grid.Row="0" Grid.Column="1"
MinHeight="32" MaxHeight="100" Margin="0,0,0,4" MinHeight="32" MaxHeight="100" Margin="0,0,0,4"