mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:36:02 +08:00
Simplify code
This commit is contained in:
parent
8cc05a2a62
commit
c6bd31e5f6
@ -61,7 +61,7 @@ Item
|
||||
property int maxItemCountAtOnce: 8 // show at max 8 items at once, otherwise you need to scroll.
|
||||
height: maxItemCountAtOnce * UM.Theme.getSize("action_button").height
|
||||
|
||||
visible: networkPrinterListView.model.length > 0
|
||||
visible: networkPrinterListView.count > 0
|
||||
|
||||
clip: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user