Explorar o código

Resize playbutton UI to fit everything.

Stephen Damm %!s(int64=5) %!d(string=hai) anos
pai
achega
318c7016f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SongBrowserPlugin/UI/Browser/SongBrowserUI.cs

+ 1 - 1
SongBrowserPlugin/UI/Browser/SongBrowserUI.cs

@@ -469,7 +469,7 @@ namespace SongBrowser.UI
             // shrink play button container
             RectTransform playContainerRect = _standardLevelDetailView.GetComponentsInChildren<RectTransform>().First(x => x.name == "PlayContainer");
             RectTransform playButtonsRect = playContainerRect.GetComponentsInChildren<RectTransform>().First(x => x.name == "PlayButtons");
-            playButtonsRect.localScale = new Vector3(0.95f, 0.95f, 0.95f);
+            playButtonsRect.localScale = new Vector3(0.825f, 0.825f, 0.825f);
         }
 
         /// <summary>