mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
CURA-4870 Fix binding loop in some components with the height property by changing the vertical alignments
This commit is contained in:
parent
867e6388f2
commit
2818ff7f31
3 changed files with 3 additions and 5 deletions
|
@ -11,7 +11,7 @@ import Cura 1.0 as Cura
|
|||
Button
|
||||
{
|
||||
id: base
|
||||
property var outputDevice: Cura.MachineManager.printerOutputDevices[0] != null ? Cura.MachineManager.printerOutputDevices[0] : null
|
||||
property var outputDevice: Cura.MachineManager.printerOutputDevices[0]
|
||||
text: catalog.i18nc("@label:sync indicator", "No match")
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue