Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/Files.App/Views/LayoutModes/GridViewBrowser.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,13 @@
<TextBox
x:Name="TileViewTextBoxItemName"
Grid.Row="0"
HorizontalAlignment="Left"
Grid.RowSpan="3"
MaxHeight="60"
HorizontalAlignment="Stretch"
BeforeTextChanging="ItemNameTextBox_BeforeTextChanging"
Canvas.ZIndex="1"
Text="{x:Bind Name, Mode=OneWay}"
TextWrapping="Wrap"
Visibility="Collapsed" />

<TextBlock
Expand Down
4 changes: 1 addition & 3 deletions src/Files.App/Views/LayoutModes/GridViewBrowser.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Licensed under the MIT License. See the LICENSE.

using CommunityToolkit.WinUI.UI;
using Files.App.Data.Commands;
using Files.App.Data.EventArguments;
using Files.App.UserControls.Selection;
using Microsoft.UI.Input;
using Microsoft.UI.Xaml;
Expand Down Expand Up @@ -531,4 +529,4 @@ private void UpdateCheckboxVisibility(object sender, bool isPointerOver)
}

}
}
}