We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e34c3b commit 2397f79Copy full SHA for 2397f79
src/Files.App/Views/Properties/SecurityPage.xaml
@@ -153,6 +153,7 @@
153
<TextBlock
154
Grid.Column="1"
155
Style="{StaticResource App.Theme.BodyTextBlockStyle}"
156
+ TextWrapping="NoWrap"
157
ToolTipService.ToolTip="{x:Bind Principal.FullNameHumanized}">
158
<Run Text="{x:Bind Principal.DisplayName}" />
159
<Run Foreground="{ThemeResource TextFillColorSecondaryBrush}" Text="{x:Bind Principal.FullNameHumanizedWithBrackes}" />
0 commit comments