mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 06:43:15 +08:00
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.
This commit is contained in:
parent
b2e2f088c4
commit
f04b0c3fcc
@ -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:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user