Improve Add PC dialog readability on Windows
This commit is contained in:
parent
da7d532564
commit
89c8725766
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue