mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
authPrompt: Right align cancel button
The cancel button should always hug the input controls to the right of it. This commit fixes that.
This commit is contained in:
parent
c05d8c3299
commit
81d1903c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ export const AuthPrompt = GObject.registerClass({
|
|||
button_mask: St.ButtonMask.ONE | St.ButtonMask.THREE,
|
||||
reactive: this._hasCancelButton,
|
||||
can_focus: this._hasCancelButton,
|
||||
x_align: Clutter.ActorAlign.START,
|
||||
x_align: Clutter.ActorAlign.END,
|
||||
y_align: Clutter.ActorAlign.CENTER,
|
||||
icon_name: 'go-previous-symbolic',
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue