Update
This commit is contained in:
parent
1dfa290371
commit
717d279f50
|
@ -116,7 +116,7 @@ panel.hiding = "none";
|
||||||
|
|
||||||
let aspect_ratio = geo.width / geo.height;
|
let aspect_ratio = geo.width / geo.height;
|
||||||
|
|
||||||
if (aspect_ratio > 1.8) {
|
if (panel.formFactor === "horizontal" && geo.width > 1366 && aspect_ratio > 1.8) {
|
||||||
panel.addWidget("org.kde.plasma.panelspacer");
|
panel.addWidget("org.kde.plasma.panelspacer");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue