Skip to content
Snippets Groups Projects
Commit 9fa4853d authored by tobias's avatar tobias
Browse files

Update UpdateTab UI

parent 8f5cb711
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,8 @@ public class UpdateTabViewController extends SettingsTabViewController { ...@@ -93,7 +93,8 @@ public class UpdateTabViewController extends SettingsTabViewController {
}); });
progressIndecator = new ProgressIndicator(-1); 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)); placeholderLabel = new Label(Localization.getString(Strings.UI_Placeholder_Updates));
openUpdateList.setPlaceholder(placeholderLabel); openUpdateList.setPlaceholder(placeholderLabel);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment