mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 15:23:14 +08:00
Convert RowLayout into Row in ConfigurationMenu
CURA-7479
This commit is contained in:
parent
8ea6908935
commit
62047d585f
@ -38,7 +38,7 @@ Cura.ExpandablePopup
|
|||||||
headerItem: Item
|
headerItem: Item
|
||||||
{
|
{
|
||||||
// Horizontal list that shows the extruders and their materials
|
// Horizontal list that shows the extruders and their materials
|
||||||
RowLayout
|
Row
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
Repeater
|
Repeater
|
||||||
@ -46,8 +46,8 @@ Cura.ExpandablePopup
|
|||||||
model: extrudersModel
|
model: extrudersModel
|
||||||
delegate: Item
|
delegate: Item
|
||||||
{
|
{
|
||||||
Layout.fillWidth: true
|
width: Math.round(parent.width / extrudersModel.count)
|
||||||
Layout.fillHeight: true
|
height: parent.height
|
||||||
|
|
||||||
// Extruder icon. Shows extruder index and has the same color as the active material.
|
// Extruder icon. Shows extruder index and has the same color as the active material.
|
||||||
Cura.ExtruderIcon
|
Cura.ExtruderIcon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user