mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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");
|
||||
bottomPanel.location = "bottom";
|
||||
|
||||
if (screenGeometry(bottomPanel.screen).height > screenGeometry(bottomPanel.screen.width))
|
||||
if (screenGeometry(bottomPanel.screen).height > screenGeometry(bottomPanel.screen).width)
|
||||
bottomPanel.height = 150;
|
||||
else
|
||||
bottomPanel.height = 60;
|
||||
|
|
|
|||
Loading…
Reference in a new issue