From e12c2be419d3e89dd5f3b003d63eac1281016226 Mon Sep 17 00:00:00 2001 From: Koisu Date: Mon, 23 Jun 2025 18:57:41 -0700 Subject: [PATCH] polished ui --- .../Views/RenameFile.xaml | 12 +++--- .../Views/RenameFile.xaml.cs | 43 ++++++++++++++----- 2 files changed, 39 insertions(+), 16 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/RenameFile.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/RenameFile.xaml index a69d2e49d..64a8f4538 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/RenameFile.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/RenameFile.xaml @@ -74,18 +74,20 @@ Orientation="Horizontal"> + Text="{Binding NewFileName}" + GotFocus="SelectAll_OnTextBoxGotFocus" + /> @@ -100,14 +102,14 @@ x:Name="btnCancel" Width="145" Height="30" - Margin="0 0 5 0" + Margin="5 0 5 0" Click="BtnCancel" Content="{DynamicResource cancel}"/>