From 9fa4853d30accadfd05e990ba12cf7843a31b25e Mon Sep 17 00:00:00 2001
From: tobias <tobias.ullerich@icloud.com>
Date: Sun, 3 Jul 2016 09:38:43 +0200
Subject: [PATCH] Update UpdateTab UI

---
 .../playpad/viewcontroller/option/UpdateTabViewController.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/PlayWall/src/de/tobias/playpad/viewcontroller/option/UpdateTabViewController.java b/PlayWall/src/de/tobias/playpad/viewcontroller/option/UpdateTabViewController.java
index 86c522c2..77c8d70b 100644
--- a/PlayWall/src/de/tobias/playpad/viewcontroller/option/UpdateTabViewController.java
+++ b/PlayWall/src/de/tobias/playpad/viewcontroller/option/UpdateTabViewController.java
@@ -93,7 +93,8 @@ public class UpdateTabViewController extends SettingsTabViewController {
 		});
 
 		progressIndecator = new ProgressIndicator(-1);
-		progressIndecator.setMinSize(25, 25);
+		progressIndecator.setMinSize(75, 75);
+		progressIndecator.setMaxSize(75, 75);
 
 		placeholderLabel = new Label(Localization.getString(Strings.UI_Placeholder_Updates));
 		openUpdateList.setPlaceholder(placeholderLabel);
-- 
GitLab