|
@@ -16,7 +16,7 @@ Rectangle
|
|
{
|
|
{
|
|
id: actionPanelWidget
|
|
id: actionPanelWidget
|
|
|
|
|
|
- width: childrenRect.width + 2 * UM.Theme.getSize("thick_margin").width
|
|
|
|
|
|
+ width: UM.Theme.getSize("action_panel_widget").width
|
|
height: childrenRect.height + 2 * UM.Theme.getSize("thick_margin").height
|
|
height: childrenRect.height + 2 * UM.Theme.getSize("thick_margin").height
|
|
|
|
|
|
color: UM.Theme.getColor("main_background")
|
|
color: UM.Theme.getColor("main_background")
|
|
@@ -36,13 +36,12 @@ Rectangle
|
|
topMargin: UM.Theme.getSize("thick_margin").height
|
|
topMargin: UM.Theme.getSize("thick_margin").height
|
|
left: parent.left
|
|
left: parent.left
|
|
leftMargin: UM.Theme.getSize("thick_margin").width
|
|
leftMargin: UM.Theme.getSize("thick_margin").width
|
|
|
|
+ right: parent.right
|
|
|
|
+ rightMargin: UM.Theme.getSize("thick_margin").width
|
|
}
|
|
}
|
|
sourceComponent: outputAvailable ? outputProcessWidget : sliceProcessWidget
|
|
sourceComponent: outputAvailable ? outputProcessWidget : sliceProcessWidget
|
|
}
|
|
}
|
|
|
|
|
|
- Behavior on height { NumberAnimation { duration: 100 } }
|
|
|
|
- Behavior on width { NumberAnimation { duration: 100 } }
|
|
|
|
-
|
|
|
|
Component
|
|
Component
|
|
{
|
|
{
|
|
id: sliceProcessWidget
|
|
id: sliceProcessWidget
|