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;