From e22943fa21027917cd8d2de98cd13ae7d12d751a Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Wed, 22 Jan 2020 12:54:18 +0100 Subject: mobile-widgets/qml: use Kirigami Units instead of hardcoded values This allows for better scaling of the UI. Signed-off-by: jan Iversen Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/Export.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mobile-widgets/qml/Export.qml') diff --git a/mobile-widgets/qml/Export.qml b/mobile-widgets/qml/Export.qml index 097893b60..5ef4c4ce7 100644 --- a/mobile-widgets/qml/Export.qml +++ b/mobile-widgets/qml/Export.qml @@ -34,8 +34,8 @@ Kirigami.ScrollablePage { standardButtons: StandardButton.Apply | StandardButton.Cancel GridLayout { - rowSpacing: 10 - columnSpacing: 10 + rowSpacing: Kirigami.Units.smallSpacing * 2 + columnSpacing: Kirigami.Units.smallSpacing columns: 2 Text { -- cgit v1.2.3-70-g09d2