mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Use Item instead of rectangle without defined colour
Item should be faster to render. Contributes to issue CURA-6056.
This commit is contained in:
parent
f627560751
commit
abe684c1bd
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import QtQuick.Dialogs 1.2
|
||||||
import UM 1.2 as UM
|
import UM 1.2 as UM
|
||||||
import Cura 1.0 as Cura
|
import Cura 1.0 as Cura
|
||||||
|
|
||||||
Rectangle
|
Item
|
||||||
{
|
{
|
||||||
id: brand_section
|
id: brand_section
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ import QtQuick.Dialogs 1.2
|
||||||
import UM 1.2 as UM
|
import UM 1.2 as UM
|
||||||
import Cura 1.0 as Cura
|
import Cura 1.0 as Cura
|
||||||
|
|
||||||
Rectangle
|
Item
|
||||||
{
|
{
|
||||||
id: material_type_section
|
id: material_type_section
|
||||||
property var materialType
|
property var materialType
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue