mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Apply scale factor to label margin in overview
This commit is contained in:
@@ -101,7 +101,7 @@ var Overview = class {
|
||||
}
|
||||
|
||||
let visibilityFunc = visible ? 'show' : 'hide';
|
||||
let height = visible ? -1 : LABEL_MARGIN;
|
||||
let height = visible ? -1 : LABEL_MARGIN * Utils.getScaleFactor();
|
||||
let overviewControls = Main.overview._overview._controls;
|
||||
|
||||
overviewControls.dash.actor[visibilityFunc]();
|
||||
|
||||
Reference in New Issue
Block a user