diff --git a/app/gui/main.qml b/app/gui/main.qml index a87d8e20..6550b690 100644 --- a/app/gui/main.qml +++ b/app/gui/main.qml @@ -433,7 +433,7 @@ ApplicationWindow { Dialog { id: addPcDialog - property string label: "Enter the IP address of your GameStream PC" + property string label: "Enter the IP address of your GameStream PC:" standardButtons: StandardButton.Ok | StandardButton.Cancel @@ -452,10 +452,12 @@ ApplicationWindow { ColumnLayout { Text { text: addPcDialog.label + font.bold: true } TextField { id: editText + color: "black" Layout.fillWidth: true } }