ZigBeeDataView: Bug fixed.

This commit is contained in:
Mentalflow 2024-03-31 14:37:13 +08:00
parent b5a0aa63a4
commit 66f1221943
Signed by: Mentalflow
GPG Key ID: 5AE68D4401A2EE71
2 changed files with 2 additions and 2 deletions

2
3rdparty/RibbonUI vendored

@ -1 +1 @@
Subproject commit 326fbdeeb8cb85e2462e591894e46c0f93a0e2c8
Subproject commit 97c6b7cb0d43c068eba9db14beda88e645df0e2b

View File

@ -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{