From a5730d7b307f0a3b7cd378ab2f0589efb761703e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 19 Jan 2021 18:20:58 +0100 Subject: [PATCH] overviewControls: Make sure dash is positioned at the bottom We don't want the dash to expand, but if it's given more space than requested, we want it to be positioned at the bottom. Part-of: --- js/ui/overviewControls.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/overviewControls.js b/js/ui/overviewControls.js index a4fee819a..a31c3c405 100644 --- a/js/ui/overviewControls.js +++ b/js/ui/overviewControls.js @@ -345,6 +345,7 @@ class DashFader extends FaderControl { super._init({ x_expand: true, x_align: Clutter.ActorAlign.CENTER, + y_align: Clutter.ActorAlign.END, }); this._dash = dash;