Преглед на файлове

Resize playbutton UI to fit everything.

Stephen Damm преди 5 години
родител
ревизия
318c7016f0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>