[gnome-shell/uajain/adapt-user-avatar-part2: 25/27] authPrompt: Keep buttonWell and cancel button sizes in sync
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/uajain/adapt-user-avatar-part2: 25/27] authPrompt: Keep buttonWell and cancel button sizes in sync
- Date: Mon, 10 Feb 2020 20:30:30 +0000 (UTC)
commit caa6fc1f1a4819ac65da23965944d71a542be6c3
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Feb 6 17:51:18 2020 -0300
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
js/gdm/authPrompt.js | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js
index f5650d3c4f..8aa592f4ca 100644
--- a/js/gdm/authPrompt.js
+++ b/js/gdm/authPrompt.js
@@ -176,6 +176,10 @@ var AuthPrompt = GObject.registerClass({
x_align: Clutter.ActorAlign.END,
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._spinner = new Animation.Spinner(DEFAULT_BUTTON_WELL_ICON_SIZE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]