Skip to content

Commit 7296e16

Browse files
committed
no proc found
1 parent e9b46a4 commit 7296e16

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

xbot2_gui/Launcher/Launcher.qml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ MultiPaneResponsiveLayout {
139139

140140
}
141141

142+
Label {
143+
width: parent.width
144+
text: 'No process found'
145+
enabled: false
146+
font.pixelSize: CommonProperties.font.h2
147+
horizontalAlignment: Qt.AlignHCenter
148+
}
149+
142150
Repeater {
143151

144152
id: processMainRepeater

0 commit comments

Comments
 (0)