Skip to content

Commit 959b276

Browse files
committed
Formatting
1 parent 4c2c8d9 commit 959b276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/Views/LayoutModes/GridViewBrowser.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,13 +402,13 @@
402402

403403
<TextBox
404404
x:Name="TileViewTextBoxItemName"
405-
Grid.Row="0"
405+
Grid.Row="0"
406406
MaxHeight="60"
407407
HorizontalAlignment="Left"
408408
BeforeTextChanging="ItemNameTextBox_BeforeTextChanging"
409+
ScrollViewer.VerticalScrollBarVisibility="Auto"
409410
Text="{x:Bind Name, Mode=OneWay}"
410411
TextWrapping="Wrap"
411-
ScrollViewer.VerticalScrollBarVisibility="Auto"
412412
Visibility="Collapsed" />
413413

414414
<TextBlock

0 commit comments

Comments
 (0)