mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fixes binding errors
CURA-266
This commit is contained in:
parent
88f9cbc213
commit
0038408933
1 changed files with 0 additions and 6 deletions
|
@ -38,7 +38,6 @@ UM.Dialog
|
||||||
text: catalog.i18nc("@info:tooltip","The maximum distance of each pixel from \"Base.\"")
|
text: catalog.i18nc("@info:tooltip","The maximum distance of each pixel from \"Base.\"")
|
||||||
Row {
|
Row {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
text: catalog.i18nc("@action:label","Height (mm)")
|
text: catalog.i18nc("@action:label","Height (mm)")
|
||||||
|
@ -62,7 +61,6 @@ UM.Dialog
|
||||||
text: catalog.i18nc("@info:tooltip","The base height from the build plate in millimeters.")
|
text: catalog.i18nc("@info:tooltip","The base height from the build plate in millimeters.")
|
||||||
Row {
|
Row {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
text: catalog.i18nc("@action:label","Base (mm)")
|
text: catalog.i18nc("@action:label","Base (mm)")
|
||||||
|
@ -86,7 +84,6 @@ UM.Dialog
|
||||||
text: catalog.i18nc("@info:tooltip","The width in millimeters on the build plate.")
|
text: catalog.i18nc("@info:tooltip","The width in millimeters on the build plate.")
|
||||||
Row {
|
Row {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
text: catalog.i18nc("@action:label","Width (mm)")
|
text: catalog.i18nc("@action:label","Width (mm)")
|
||||||
|
@ -111,7 +108,6 @@ UM.Dialog
|
||||||
text: catalog.i18nc("@info:tooltip","The depth in millimeters on the build plate")
|
text: catalog.i18nc("@info:tooltip","The depth in millimeters on the build plate")
|
||||||
Row {
|
Row {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
text: catalog.i18nc("@action:label","Depth (mm)")
|
text: catalog.i18nc("@action:label","Depth (mm)")
|
||||||
|
@ -135,7 +131,6 @@ UM.Dialog
|
||||||
text: catalog.i18nc("@info:tooltip","By default, white pixels represent high points on the mesh and black pixels represent low points on the mesh. Change this option to reverse the behavior such that black pixels represent high points on the mesh and white pixels represent low points on the mesh.")
|
text: catalog.i18nc("@info:tooltip","By default, white pixels represent high points on the mesh and black pixels represent low points on the mesh. Change this option to reverse the behavior such that black pixels represent high points on the mesh and white pixels represent low points on the mesh.")
|
||||||
Row {
|
Row {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
|
||||||
|
|
||||||
//Empty label so 2 column layout works.
|
//Empty label so 2 column layout works.
|
||||||
Text {
|
Text {
|
||||||
|
@ -159,7 +154,6 @@ UM.Dialog
|
||||||
text: catalog.i18nc("@info:tooltip","The amount of smoothing to apply to the image.")
|
text: catalog.i18nc("@info:tooltip","The amount of smoothing to apply to the image.")
|
||||||
Row {
|
Row {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
text: catalog.i18nc("@action:label","Smoothing")
|
text: catalog.i18nc("@action:label","Smoothing")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue