From 070e47b1199542f3e7132480e39ab6e153d3bdcb Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Wed, 28 Aug 2019 16:23:47 -0500 Subject: [PATCH] Fixed DownloadProgress list --- .../DownloadProgressViewController.cs | 32 +++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/BSIPA-ModList/UI/ViewControllers/DownloadProgressViewController.cs b/BSIPA-ModList/UI/ViewControllers/DownloadProgressViewController.cs index fcf93336..3439696d 100644 --- a/BSIPA-ModList/UI/ViewControllers/DownloadProgressViewController.cs +++ b/BSIPA-ModList/UI/ViewControllers/DownloadProgressViewController.cs @@ -25,6 +25,9 @@ namespace BSIPA_ModList.UI.ViewControllers private Button _restartGame; private TableView _currentlyUpdatingTableView; private LevelListTableCell _songListTableCellInstance; + private Button _pageUpButton; + private Button _pageDownButton; + private TableViewScroller _scroller; private const float TableXOffset = -20f; private const float ButtonXOffset = 36f; @@ -48,6 +51,28 @@ namespace BSIPA_ModList.UI.ViewControllers _manualDownloadText.fontSize = 4f; _manualDownloadText.gameObject.SetActive(false); + _pageUpButton = Instantiate(Resources.FindObjectsOfTypeAll