mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-16 21:08:28 +00:00
Improve JoinGameWindow
This commit is contained in:
parent
580335b576
commit
b397a39cc7
1 changed files with 2 additions and 2 deletions
|
@ -33,10 +33,10 @@ namespace SanAndreasUnity.UI
|
|||
{
|
||||
|
||||
GUILayout.Label ("IP:");
|
||||
m_ip = GUILayout.TextField(m_ip);
|
||||
m_ip = GUILayout.TextField(m_ip, GUILayout.Width(150));
|
||||
|
||||
GUILayout.Label ("Port:");
|
||||
m_port = GUILayout.TextField(m_port);
|
||||
m_port = GUILayout.TextField(m_port, GUILayout.Width(100));
|
||||
|
||||
GUILayout.Space(40);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue