From 1e5c4ba88fc1bccbcdb6355d5021b343fe389eae Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Tue, 14 Mar 2017 15:37:49 +0100 Subject: add FontSection to all controls Change-Id: I0352376201a1efd318f89a758dd8dc5a269742f4 Reviewed-by: J-P Nurmi --- src/imports/controls/designer/CheckDelegateSpecifics.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/imports/controls/designer/CheckDelegateSpecifics.qml') diff --git a/src/imports/controls/designer/CheckDelegateSpecifics.qml b/src/imports/controls/designer/CheckDelegateSpecifics.qml index 2503d4ec..bd885430 100644 --- a/src/imports/controls/designer/CheckDelegateSpecifics.qml +++ b/src/imports/controls/designer/CheckDelegateSpecifics.qml @@ -50,6 +50,10 @@ Column { width: parent.width } + FontSection { + width: parent.width + } + PaddingSection { width: parent.width } -- cgit v1.2.3