Browse Source

Remove unneeded property assignment

Lipu Fei 6 years ago
parent
commit
03155d24da
1 changed files with 0 additions and 2 deletions
  1. 0 2
      resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml

+ 0 - 2
resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml

@@ -101,8 +101,6 @@ Item
             AddLocalPrinterScrollView
             {
                 id: localPrinterView
-
-                maxItemCountAtOnce: 10  // show at max 10 items at once, otherwise you need to scroll.
             }
         }
     }