mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
var panel = new Panel
|
|
panel.location = "top";
|
|
panel.height = Math.round(gridUnit * 1.5);
|
|
|
|
panel.addWidget("org.kde.plasma.appmenu");
|