feat: better column widths
This commit is contained in:
parent
35ec865ca5
commit
e9e78f3a1a
1 changed files with 1 additions and 3 deletions
|
|
@ -187,11 +187,9 @@ in
|
||||||
layout = {
|
layout = {
|
||||||
border.enable = false;
|
border.enable = false;
|
||||||
focus-ring.enable = false;
|
focus-ring.enable = false;
|
||||||
default-column-width.proportion = 2.0 / 3.0;
|
|
||||||
preset-column-widths = [
|
preset-column-widths = [
|
||||||
{ proportion = 1.0 / 3.0; }
|
|
||||||
{ proportion = 2.0 / 3.0; }
|
{ proportion = 2.0 / 3.0; }
|
||||||
{ proportion = 1.0 / 1.0; }
|
{ proportion = 1.0 / 3.0; }
|
||||||
];
|
];
|
||||||
gaps = 3;
|
gaps = 3;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue