mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 22:54:20 +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:");
|
GUILayout.Label ("IP:");
|
||||||
m_ip = GUILayout.TextField(m_ip);
|
m_ip = GUILayout.TextField(m_ip, GUILayout.Width(150));
|
||||||
|
|
||||||
GUILayout.Label ("Port:");
|
GUILayout.Label ("Port:");
|
||||||
m_port = GUILayout.TextField(m_port);
|
m_port = GUILayout.TextField(m_port, GUILayout.Width(100));
|
||||||
|
|
||||||
GUILayout.Space(40);
|
GUILayout.Space(40);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue