Kaynağa Gözat

Fix position of outer browser UI (clipping the floor in 1.13.2).

Halsafar 4 yıl önce
ebeveyn
işleme
97c72285db

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

@@ -38,8 +38,8 @@ namespace SongBrowser.UI
 
 
         private const float SEGMENT_PERCENT = 0.1f;
         private const float SEGMENT_PERCENT = 0.1f;
         private const int LIST_ITEMS_VISIBLE_AT_ONCE = 6;
         private const int LIST_ITEMS_VISIBLE_AT_ONCE = 6;
-        private const float CLEAR_BUTTON_Y = -32.5f;
-        private const float BUTTON_ROW_Y = -32.5f;
+        private const float CLEAR_BUTTON_Y = -31.5f;
+        private const float BUTTON_ROW_Y = -31.5f;
 
 
         // BeatSaber Internal UI structures
         // BeatSaber Internal UI structures
         DataAccess.BeatSaberUIController _beatUi;
         DataAccess.BeatSaberUIController _beatUi;