mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-15 00:34:05 +09:00
improve app icon location
This commit is contained in:
@@ -152,8 +152,8 @@ function disable() {
|
||||
}
|
||||
|
||||
function setPanelStyle() {
|
||||
size = settings.get_int('panel-size');
|
||||
position = settings.get_enum('panel-position');
|
||||
let size = settings.get_int('panel-size');
|
||||
let position = settings.get_enum('panel-position');
|
||||
|
||||
panel.actor.set_height(size);
|
||||
|
||||
|
||||
@@ -180,7 +180,7 @@ const taskbarActor = new Lang.Class({
|
||||
childBox.y1 = contentBox.y1;
|
||||
childBox.x1 = contentBox.x1;
|
||||
childBox.x2 = contentBox.x1 + showAppsNatWidth;
|
||||
childBox.y2 = contentBox.y1 + showAppsNatHeight;
|
||||
childBox.y2 = contentBox.y2;
|
||||
showAppsButton.allocate(childBox, flags);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user