From f04b0c3fcccea010fe99566b3bef31b0d12d2393 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Thu, 25 Apr 2019 08:17:18 +0200 Subject: [PATCH] Increase the size of network printer list The local printer list utilizes the whole space, but the network printer list is only use half of the space. --- resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml b/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml index 34ec3b4a24..6037868aaa 100644 --- a/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml +++ b/resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml @@ -57,7 +57,7 @@ Item { id: networkPrinterScrollView - maxItemCountAtOnce: 6 // show at max 6 items at once, otherwise you need to scroll. + maxItemCountAtOnce: 10 // show at max 10 items at once, otherwise you need to scroll. onRefreshButtonClicked: {