This commit is contained in:
Valeria Fadeeva 2025-01-06 18:40:44 +05:00
parent 1dfa290371
commit 717d279f50
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ panel.hiding = "none";
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");
}