mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Simplify code
This commit is contained in:
parent
8cc05a2a62
commit
c6bd31e5f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue