mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Documentation and code style
This commit is contained in:
parent
f1c28498a6
commit
56d0a52fac
1 changed files with 5 additions and 4 deletions
|
@ -358,7 +358,7 @@ Cura.ExpandableComponent
|
|||
width: parent.width
|
||||
height: UM.Theme.getSize("layerview_row").height
|
||||
|
||||
Label
|
||||
Label //Minimum value.
|
||||
{
|
||||
text:
|
||||
{
|
||||
|
@ -383,9 +383,10 @@ Cura.ExpandableComponent
|
|||
renderType: Text.NativeRendering
|
||||
}
|
||||
|
||||
Label
|
||||
Label //Unit in the middle.
|
||||
{
|
||||
text: {
|
||||
text:
|
||||
{
|
||||
if (UM.SimulationView.layerActivity && CuraApplication.platformActivity)
|
||||
{
|
||||
// Feedrate selected
|
||||
|
@ -407,7 +408,7 @@ Cura.ExpandableComponent
|
|||
font: UM.Theme.getFont("default")
|
||||
}
|
||||
|
||||
Label
|
||||
Label //Maximum value.
|
||||
{
|
||||
text: {
|
||||
if (UM.SimulationView.layerActivity && CuraApplication.platformActivity)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue