Remove unneeded property assignment

This commit is contained in:
Lipu Fei 2019-03-22 10:35:41 +01:00
parent e632b508eb
commit 03155d24da

View File

@ -101,8 +101,6 @@ Item
AddLocalPrinterScrollView AddLocalPrinterScrollView
{ {
id: localPrinterView id: localPrinterView
maxItemCountAtOnce: 10 // show at max 10 items at once, otherwise you need to scroll.
} }
} }
} }