From 63901ccf77a56618c4e1240500105063a1488e75 Mon Sep 17 00:00:00 2001 From: Benedict Aas Date: Wed, 5 Apr 2017 17:00:59 +0100 Subject: [PATCH] fix(GUI): limit button progress and width to 100 (#1256) We limit the progress button width by limiting the progress to a maximum value of 100. Change-Type: patch Changelog-Entry: Prevent progress button percentage to exceed 100%. --- .../progress-button/templates/progress-button.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui/components/progress-button/templates/progress-button.tpl.html b/lib/gui/components/progress-button/templates/progress-button.tpl.html index 998cdd38..4e4d2500 100644 --- a/lib/gui/components/progress-button/templates/progress-button.tpl.html +++ b/lib/gui/components/progress-button/templates/progress-button.tpl.html @@ -3,5 +3,5 @@ 'progress-button--striped': striped && striped != 'false' }"> - +