|
1 | 1 | <Page
|
2 | 2 | x:Class="Files.Views.PropertiesSecurityAdvanced"
|
3 | 3 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
4 |
| - xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
5 | 4 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
6 |
| - xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
7 |
| - xmlns:perm="using:Files.Filesystem.Permissions" |
8 |
| - xmlns:helpers="using:Files.Helpers" |
9 | 5 | xmlns:behaviors="using:Microsoft.Toolkit.Uwp.UI.Behaviors"
|
10 | 6 | xmlns:converters="using:Microsoft.Toolkit.Uwp.UI.Converters"
|
11 |
| - xmlns:muxc="using:Microsoft.UI.Xaml.Controls" |
| 7 | + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
| 8 | + xmlns:helpers="using:Files.Helpers" |
12 | 9 | xmlns:i="using:Microsoft.Xaml.Interactivity"
|
| 10 | + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
| 11 | + xmlns:muxc="using:Microsoft.UI.Xaml.Controls" |
| 12 | + xmlns:perm="using:Files.Filesystem.Permissions" |
13 | 13 | d:Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
|
14 | 14 | d:Height="550"
|
15 | 15 | d:Width="850"
|
|
186 | 186 | </i:Interaction.Behaviors>
|
187 | 187 | <ListView.ItemContainerStyle>
|
188 | 188 | <Style BasedOn="{StaticResource DefaultListViewItemStyle}" TargetType="ListViewItem">
|
189 |
| - <Setter Property="MinHeight" Value="40" /> |
190 |
| - <Setter Property="Height" Value="40" /> |
| 189 | + <Setter Property="MinHeight" Value="1" /> |
| 190 | + <Setter Property="Height" Value="{ThemeResource ListItemHeight}" /> |
191 | 191 | </Style>
|
192 | 192 | </ListView.ItemContainerStyle>
|
193 | 193 | <ListView.Header>
|
|
477 | 477 | Command="{x:Bind ViewModel.ReplaceChildPermissionsCommand}"
|
478 | 478 | ToolTipService.ToolTip="{helpers:ResourceString Name=SecurityAdvancedReplaceChildPermissions2/ToolTipService/ToolTip}"
|
479 | 479 | Visibility="Collapsed">
|
480 |
| - <TextBlock |
481 |
| - Text="{helpers:ResourceString Name=SecurityAdvancedReplaceChildPermissions/Text}" |
482 |
| - TextTrimming="CharacterEllipsis" /> |
| 480 | + <TextBlock Text="{helpers:ResourceString Name=SecurityAdvancedReplaceChildPermissions/Text}" TextTrimming="CharacterEllipsis" /> |
483 | 481 | </Button>
|
484 | 482 | </Grid>
|
485 | 483 | </Grid>
|
|
0 commit comments