Browse Source

Change maximum network printers item count

So that it does not make the Local printers button overlap with the add/cancel buttons when the network printers list is full.
Konstantinos Karmas 3 years ago
parent
commit
74a611d577
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml

+ 1 - 1
resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml

@@ -54,7 +54,7 @@ Item
             {
                 id: networkPrinterScrollView
 
-                maxItemCountAtOnce: 10  // show at max 10 items at once, otherwise you need to scroll.
+                maxItemCountAtOnce: 9  // show at max 9 items at once, otherwise you need to scroll.
 
                 onRefreshButtonClicked:
                 {