mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Item
|
||||||
{
|
{
|
||||||
id: networkPrinterScrollView
|
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:
|
onRefreshButtonClicked:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue