Skip to content

Commit 6978abd

Browse files
snejokLenar Shakirov
and
Lenar Shakirov
authored
Resize HEIGHT of greeter listbox on pam message (#243)
- It doesn't affect WIDTH, it can be changed by BOX_WIDTH constant Co-authored-by: Lenar Shakirov <[email protected]>
1 parent 7089ba8 commit 6978abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/greeter-list.vala

+1
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ public abstract class GreeterList : FadableBox
823823

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

828829
protected virtual void authentication_complete_cb ()

0 commit comments

Comments
 (0)