Skip to content

Commit 7ffa698

Browse files
committed
fix monwidget align top
1 parent 90a13aa commit 7ffa698

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xbot2_gui/Monitoring/MonWidget.qml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Control {
8383

8484
Column {
8585

86+
Layout.alignment: Qt.AlignTop
8687
Layout.fillWidth: true
8788
Layout.columnSpan: 2
8889

@@ -101,6 +102,7 @@ Control {
101102

102103
Column {
103104

105+
Layout.alignment: Qt.AlignTop
104106
Layout.preferredWidth: 40
105107
Layout.fillWidth: true
106108

@@ -128,6 +130,7 @@ Control {
128130

129131
Column {
130132

133+
Layout.alignment: Qt.AlignTop
131134
Layout.preferredWidth: 40
132135
Layout.fillWidth: true
133136

0 commit comments

Comments
 (0)