3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-23 15:45:53 +00:00

6 lines
133 B
JavaScript
Raw Normal View History

2022-04-02 18:24:21 +05:00
var panel = new Panel
panel.location = "top";
panel.height = Math.round(gridUnit * 1.5);
panel.addWidget("org.kde.plasma.appmenu");