mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Use per panel positioning
This commit is contained in:
@@ -79,7 +79,7 @@ var dtpPanelStyle = Utils.defineClass({
|
||||
this._rightBoxOperations = [];
|
||||
|
||||
let trayPadding = Me.settings.get_int('tray-padding');
|
||||
let isVertical = Panel.checkIfVertical();
|
||||
let isVertical = this.panel.checkIfVertical();
|
||||
let paddingStyle = 'padding: ' + (isVertical ? '%dpx 0' : '0 %dpx');
|
||||
|
||||
if(trayPadding >= 0) {
|
||||
|
||||
Reference in New Issue
Block a user