mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Added id's to printer button, installed plugins, material fields and profile tab for integration tests
This commit is contained in:
parent
38a9206898
commit
c98a73f8fd
4 changed files with 7 additions and 2 deletions
|
@ -58,6 +58,7 @@ Item
|
|||
|
||||
Cura.ConfigurationMenu
|
||||
{
|
||||
id: printerSetup
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredWidth: itemRow.width - machineSelection.width - printSetupSelectorItem.width - 2 * UM.Theme.getSize("default_lining").width
|
||||
|
|
|
@ -42,6 +42,7 @@ ScrollView
|
|||
}
|
||||
Rectangle
|
||||
{
|
||||
id: installedPlugins
|
||||
color: "transparent"
|
||||
width: parent.width
|
||||
height: childrenRect.height + UM.Theme.getSize("default_margin").width
|
||||
|
@ -74,6 +75,7 @@ ScrollView
|
|||
|
||||
Rectangle
|
||||
{
|
||||
id: installedMaterials
|
||||
color: "transparent"
|
||||
width: parent.width
|
||||
height: childrenRect.height + UM.Theme.getSize("default_margin").width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue