mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:49:04 +08:00
Documentation and code style
This commit is contained in:
parent
f1c28498a6
commit
56d0a52fac
@ -358,7 +358,7 @@ Cura.ExpandableComponent
|
|||||||
width: parent.width
|
width: parent.width
|
||||||
height: UM.Theme.getSize("layerview_row").height
|
height: UM.Theme.getSize("layerview_row").height
|
||||||
|
|
||||||
Label
|
Label //Minimum value.
|
||||||
{
|
{
|
||||||
text:
|
text:
|
||||||
{
|
{
|
||||||
@ -383,9 +383,10 @@ Cura.ExpandableComponent
|
|||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Label //Unit in the middle.
|
||||||
{
|
{
|
||||||
text: {
|
text:
|
||||||
|
{
|
||||||
if (UM.SimulationView.layerActivity && CuraApplication.platformActivity)
|
if (UM.SimulationView.layerActivity && CuraApplication.platformActivity)
|
||||||
{
|
{
|
||||||
// Feedrate selected
|
// Feedrate selected
|
||||||
@ -407,7 +408,7 @@ Cura.ExpandableComponent
|
|||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Label //Maximum value.
|
||||||
{
|
{
|
||||||
text: {
|
text: {
|
||||||
if (UM.SimulationView.layerActivity && CuraApplication.platformActivity)
|
if (UM.SimulationView.layerActivity && CuraApplication.platformActivity)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user