From 66f1221943788c84a0ff4583f563573f94621adf Mon Sep 17 00:00:00 2001 From: Mentalflow <312902918@qq.com> Date: Sun, 31 Mar 2024 14:37:13 +0800 Subject: [PATCH] ZigBeeDataView: Bug fixed. --- 3rdparty/RibbonUI | 2 +- app_source/qml/components/ZigBeeDataView.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/RibbonUI b/3rdparty/RibbonUI index 326fbde..97c6b7c 160000 --- a/3rdparty/RibbonUI +++ b/3rdparty/RibbonUI @@ -1 +1 @@ -Subproject commit 326fbdeeb8cb85e2462e591894e46c0f93a0e2c8 +Subproject commit 97c6b7cb0d43c068eba9db14beda88e645df0e2b diff --git a/app_source/qml/components/ZigBeeDataView.qml b/app_source/qml/components/ZigBeeDataView.qml index 2f04cfd..dab2513 100644 --- a/app_source/qml/components/ZigBeeDataView.qml +++ b/app_source/qml/components/ZigBeeDataView.qml @@ -103,7 +103,7 @@ Item{ height: parent.height RibbonMessageListView{ id: data_view - top_padding: control.top_padding + data_title_bar.height + top_padding: control.top_padding + data_title_bar.height + (!RibbonTheme.modern_style ? 10 : 0) bottom_padding: bottom_bar.height width: parent.width / 2 delegate: ZigBeeMessage{