mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-26 22:34:45 +00:00
Fix last commit
This commit is contained in:
parent
3e2dc7f8fa
commit
4b8e7ea0d8
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ panel.height = 60;
|
||||||
var bottomPanel = new Panel("org.kde.phone.taskpanel");
|
var bottomPanel = new Panel("org.kde.phone.taskpanel");
|
||||||
bottomPanel.location = "bottom";
|
bottomPanel.location = "bottom";
|
||||||
|
|
||||||
if (screenGeometry(bottomPanel.screen).height > screenGeometry(bottomPanel.screen.width))
|
if (screenGeometry(bottomPanel.screen).height > screenGeometry(bottomPanel.screen).width)
|
||||||
bottomPanel.height = 150;
|
bottomPanel.height = 150;
|
||||||
else
|
else
|
||||||
bottomPanel.height = 60;
|
bottomPanel.height = 60;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue