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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1577>
This commit is contained in:
parent
353483b052
commit
a5730d7b30
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user