From 4686831cafc310555c1f8b5c8cb50e32983c65cd Mon Sep 17 00:00:00 2001 From: reionwong Date: Wed, 11 Aug 2021 23:49:16 +0800 Subject: [PATCH] Adjust pointer speed positon --- src/qml/Cursor/Main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qml/Cursor/Main.qml b/src/qml/Cursor/Main.qml index 412ac7b..3d53ddb 100644 --- a/src/qml/Cursor/Main.qml +++ b/src/qml/Cursor/Main.qml @@ -104,9 +104,9 @@ ItemPage { // rightPadding: 0 // } } - } - RoundedItem { + HorizontalDivider {} + RowLayout { spacing: FishUI.Units.largeSpacing * 2