mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust columns
This commit is contained in:
parent
bdbd1e77e8
commit
6d206c5a6d
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue