From 36c40a1cebe522e2655ab05d4e461eddbed364c7 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Thu, 2 Jul 2015 12:27:53 +0200 Subject: Remove non-color properties from Theme Better start with a minimal set. It will be also easier to transition from Theme to Palette if it gets done. Change-Id: Ic9951ac5b913f99a84e2b8efb9ae7f8d61177aee Reviewed-by: Mitch Curtis --- src/imports/controls/BusyIndicator.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/controls/BusyIndicator.qml') diff --git a/src/imports/controls/BusyIndicator.qml b/src/imports/controls/BusyIndicator.qml index 3c37a27f..f67728c5 100644 --- a/src/imports/controls/BusyIndicator.qml +++ b/src/imports/controls/BusyIndicator.qml @@ -45,7 +45,7 @@ AbstractBusyIndicator { Accessible.role: Accessible.Indicator - padding: Theme.padding + padding: 6 //! [indicator] indicator: Item { -- cgit v1.2.3