Skip to content

Commit 756dcc0

Browse files
authored
Fix: Fixed issue where long text in the Details Pane was cropped (#12868)
1 parent 91c5433 commit 756dcc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Files.App/UserControls/Pane/PreviewPane.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@
251251
<TextBlock
252252
HorizontalAlignment="Stretch"
253253
VerticalAlignment="Center"
254-
MaxLines="2"
255254
Style="{StaticResource Local.FileDetailsHeaderTextBlockStyle}"
256255
Text="{x:Bind Name, Mode=OneWay}" />
257256

@@ -261,7 +260,6 @@
261260
Grid.Column="1"
262261
HorizontalAlignment="Stretch"
263262
IsTextSelectionEnabled="True"
264-
MaxLines="2"
265263
Style="{StaticResource Local.FileDetailsTextBlockStyle}"
266264
Text="{x:Bind ValueText, Mode=TwoWay}"
267265
TextWrapping="Wrap" />

0 commit comments

Comments
 (0)