mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
export classes from panelStyle.js
This commit is contained in:
2
panel.js
2
panel.js
@@ -83,7 +83,7 @@ export var Panel = GObject.registerClass({
|
||||
this._signalsHandler = new Utils.GlobalSignalsHandler();
|
||||
|
||||
this.panelManager = panelManager;
|
||||
this.panelStyle = new PanelStyle();
|
||||
this.panelStyle = new PanelStyle.PanelStyle();
|
||||
|
||||
this.monitor = monitor;
|
||||
this.panelBox = panelBox;
|
||||
|
||||
Reference in New Issue
Block a user