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
melawy-kde-theme/usr/share/plasma/layout-templates/org.github.Melawy.desktop.MelawyPanel/contents

View File

@ -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");
} }