mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
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:
parent
86d104afe7
commit
74a611d577
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Item
|
||||||
{
|
{
|
||||||
id: networkPrinterScrollView
|
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:
|
onRefreshButtonClicked:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue