mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Code style & comments
This commit is contained in:
parent
77deabf6d4
commit
ff1a0e30f6
2 changed files with 3 additions and 3 deletions
|
@ -42,12 +42,12 @@ Component
|
||||||
GradientStop
|
GradientStop
|
||||||
{
|
{
|
||||||
position: 0.0
|
position: 0.0
|
||||||
color: "#f6f6f6"
|
color: "#f6f6f6" // TODO: Theme!
|
||||||
}
|
}
|
||||||
GradientStop
|
GradientStop
|
||||||
{
|
{
|
||||||
position: 1.0
|
position: 1.0
|
||||||
color: "#ffffff"
|
color: "#ffffff" // TODO: Theme!
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue