Skip to content

Commit

Permalink
Resize HEIGHT of greeter listbox on pam message (#243)
Browse files Browse the repository at this point in the history
- It doesn't affect WIDTH, it can be changed
  by BOX_WIDTH constant

Co-authored-by: Lenar Shakirov <[email protected]>
  • Loading branch information
snejok and Lenar Shakirov authored Nov 19, 2024
1 parent 7089ba8 commit 6978abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/greeter-list.vala
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ public abstract class GreeterList : FadableBox

/* Limit the number of characters in case a cat is sitting on the keyboard... */
entry.max_length = MAX_FIELD_SIZE;
queue_resize ();
}

protected virtual void authentication_complete_cb ()
Expand Down

0 comments on commit 6978abd

Please sign in to comment.