From 6d206c5a6dac5eb6e06dec3cb6baf77e210c0c84 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sat, 7 Jun 2025 14:12:22 +0800 Subject: [PATCH] Adjust columns --- .../Views/ExplorerSettings.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs index 415d3f8ff..4256c2ae0 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs @@ -136,8 +136,8 @@ namespace Flow.Launcher.Plugin.Explorer.Views if (workingWidth <= 0) return; - var col1 = 0.6; - var col2 = 0.4; + var col1 = 0.4; + var col2 = 0.6; gView.Columns[0].Width = workingWidth * col1; gView.Columns[1].Width = workingWidth * col2;