authPrompt: Add "Enter Password…" as hint-text
This commit is contained in:
parent
468fde932a
commit
92b57ee992
@ -149,6 +149,7 @@ var AuthPrompt = GObject.registerClass({
|
|||||||
can_focus: true,
|
can_focus: true,
|
||||||
x_expand: false,
|
x_expand: false,
|
||||||
y_expand: true,
|
y_expand: true,
|
||||||
|
hint_text: "Enter Password…",
|
||||||
});
|
});
|
||||||
ShellEntry.addContextMenu(this._entry, { isPassword: true, actionMode: Shell.ActionMode.NONE });
|
ShellEntry.addContextMenu(this._entry, { isPassword: true, actionMode: Shell.ActionMode.NONE });
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user