Browse Source

Adjust add-by-ip to latest review comments. [CURA-6294]

Remco Burema 6 years ago
parent
commit
8de055dd33
1 changed files with 5 additions and 5 deletions
  1. 5 5
      resources/qml/WelcomePages/AddPrinterByIpContent.qml

+ 5 - 5
resources/qml/WelcomePages/AddPrinterByIpContent.qml

@@ -18,9 +18,9 @@ Item
 
     id: addPrinterByIpScreen
 
-    property bool hasSentRequest: false
-    property bool haveConnection: false
-    property bool deviceUnresponsive: false
+    property bool hasSentRequest: false      // True when a request has been sent to the device at the typed address.
+    property bool haveConnection: false      // True when there is a connection with a machine, it can then be added.
+    property bool deviceUnresponsive: false  // True when a request comes back, but the device hasn't responded.
 
     Label
     {
@@ -126,7 +126,7 @@ Item
                 }
             }
 
-            Rectangle
+            Item
             {
                 width: parent.width
                 anchors.top: userInputFields.bottom
@@ -157,7 +157,7 @@ Item
                     }
                 }
 
-                Rectangle
+                Item
                 {
                     id: printerInfoLabels
                     anchors.top: parent.top