Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix value monitor margins
Browse files Browse the repository at this point in the history
adazem009 committed Sep 24, 2024
1 parent 3fa37ac commit 829fbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/ValueMonitor.qml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ Rectangle {
QtObject {
id: priv
readonly property int horizontalMargins: 9
readonly property double verticalMargins: 2
readonly property double verticalMargins: 2.5
readonly property color bgColor: Qt.rgba(0.9, 0.94, 1, 1)
}

0 comments on commit 829fbd7

Please sign in to comment.