change button dimensions

This commit is contained in:
in0finite 2019-07-11 20:51:39 +02:00
parent bc4e862bb4
commit 4b06481527

View file

@ -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;