mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-05 08:51:28 +00:00
[cl_menu] Set input line width
I have no idea when this became necessary, but at least the API was already there.
This commit is contained in:
parent
3dd7678962
commit
a3e1a01adf
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
rect.size.height = 4; // history lines (stupid interface:P)
|
||||
ilb = [[InputLineBox alloc] initWithBounds:rect promptCharacter:' '];
|
||||
[ilb setEnter: self message:@selector(enter:)];
|
||||
[ilb setWidth: rect.size.width];
|
||||
|
||||
[self addView:title];
|
||||
[self addView:ilb];
|
||||
|
|
Loading…
Reference in a new issue