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.
This commit is contained in:
Konstantinos Karmas 2021-07-21 11:49:34 +02:00
parent 86d104afe7
commit 74a611d577

View file

@ -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:
{