Skip to content

Commit 8bef51b

Browse files
committed
Fix value monitor margins
1 parent 5bde065 commit 8bef51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/ValueMonitor.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Rectangle {
2121
QtObject {
2222
id: priv
2323
readonly property int horizontalMargins: 9
24-
readonly property double verticalMargins: 2
24+
readonly property double verticalMargins: 2.5
2525
readonly property color bgColor: Qt.rgba(0.9, 0.94, 1, 1)
2626
}
2727

0 commit comments

Comments
 (0)