Skip to content

Commit 6d206c5

Browse files
committed
Adjust columns
1 parent bdbd1e7 commit 6d206c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ private void lbxAccessLinks_SizeChanged(object sender, SizeChangedEventArgs e)
136136

137137
if (workingWidth <= 0) return;
138138

139-
var col1 = 0.6;
140-
var col2 = 0.4;
139+
var col1 = 0.4;
140+
var col2 = 0.6;
141141

142142
gView.Columns[0].Width = workingWidth * col1;
143143
gView.Columns[1].Width = workingWidth * col2;

0 commit comments

Comments
 (0)