mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-26 22:10:17 +00:00
change button dimensions
This commit is contained in:
parent
bc4e862bb4
commit
4b06481527
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ namespace SanAndreasUnity.UI
|
|||
|
||||
GUILayout.BeginHorizontal ();
|
||||
|
||||
if (GUILayout.Button (s_clearLabel, GUILayout.ExpandWidth(false)))
|
||||
if (GUILayout.Button (s_clearLabel, GUILayout.Width(80), GUILayout.Height(25)))
|
||||
{
|
||||
m_logs.Clear();
|
||||
m_selectedLogIndex = -1;
|
||||
|
|
Loading…
Reference in a new issue