Skip to content

Commit 7942110

Browse files
committed
ValueMonitor: Adjust margins and padding
1 parent 0b9c94f commit 7942110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/internal/ValueMonitor.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Rectangle {
1919
QtObject {
2020
id: priv
2121
readonly property int horizontalMargins: 9
22-
readonly property double verticalMargins: 2.5
22+
readonly property double verticalMargins: 2
2323
readonly property color bgColor: Qt.rgba(0.9, 0.94, 1, 1)
2424
}
2525

@@ -96,7 +96,7 @@ Rectangle {
9696
font.family: "Helvetica"
9797
leftPadding: 2
9898
rightPadding: 2
99-
topPadding: -5
99+
topPadding: -3
100100
bottomPadding: 0
101101
horizontalAlignment: Qt.AlignHCenter
102102
width: Math.max(31, implicitWidth)

0 commit comments

Comments
 (0)