authPrompt: Keep buttonWell and cancel button sizes in sync
So that the entry is horizontally centralized at all times. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/922
This commit is contained in:
parent
fe69dacaf1
commit
99e81b32f4
@ -176,6 +176,10 @@ var AuthPrompt = GObject.registerClass({
|
|||||||
x_align: Clutter.ActorAlign.END,
|
x_align: Clutter.ActorAlign.END,
|
||||||
y_align: Clutter.ActorAlign.CENTER,
|
y_align: Clutter.ActorAlign.CENTER,
|
||||||
});
|
});
|
||||||
|
this._defaultButtonWell.add_constraint(new Clutter.BindConstraint({
|
||||||
|
source: this.cancelButton,
|
||||||
|
coordinate: Clutter.BindCoordinate.SIZE,
|
||||||
|
}));
|
||||||
this._mainBox.add_child(this._defaultButtonWell);
|
this._mainBox.add_child(this._defaultButtonWell);
|
||||||
|
|
||||||
this._spinner = new Animation.Spinner(DEFAULT_BUTTON_WELL_ICON_SIZE);
|
this._spinner = new Animation.Spinner(DEFAULT_BUTTON_WELL_ICON_SIZE);
|
||||||
|
Loading…
Reference in New Issue
Block a user