From 3291b3a882d69556d0ac9a31fac746316c837081 Mon Sep 17 00:00:00 2001 From: zhuzihcu Date: Thu, 20 Apr 2023 09:34:57 +0800 Subject: [PATCH] update --- example/T_Tooltip.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/T_Tooltip.qml b/example/T_Tooltip.qml index 504e3a2..2658f1a 100644 --- a/example/T_Tooltip.qml +++ b/example/T_Tooltip.qml @@ -88,6 +88,7 @@ FluScrollablePage{ } CodeExpander{ Layout.fillWidth: true + Layout.topMargin: -1 code:'FluButton{ id:button_1 text:"删除" @@ -99,8 +100,7 @@ FluScrollablePage{ onClicked:{ showSuccess("点击一个Button") } -} -' +}' }