mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:45:55 +08:00
Remove Print Speed setting from simple mode
This commit is contained in:
parent
a8547483b8
commit
6863e15e20
@ -23,7 +23,7 @@ Item
|
|||||||
Component.onCompleted: PrintInformation.enabled = true
|
Component.onCompleted: PrintInformation.enabled = true
|
||||||
Component.onDestruction: PrintInformation.enabled = false
|
Component.onDestruction: PrintInformation.enabled = false
|
||||||
UM.I18nCatalog { id: catalog; name:"cura"}
|
UM.I18nCatalog { id: catalog; name:"cura"}
|
||||||
|
/*
|
||||||
Rectangle{
|
Rectangle{
|
||||||
id: speedCellLeft
|
id: speedCellLeft
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
@ -121,11 +121,10 @@ Item
|
|||||||
}
|
}
|
||||||
ExclusiveGroup { id: speedCheckBoxGroup; }
|
ExclusiveGroup { id: speedCheckBoxGroup; }
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
Rectangle{
|
Rectangle{
|
||||||
id: infillCellLeft
|
id: infillCellLeft
|
||||||
anchors.top: speedCellRight.bottom
|
anchors.top: parent.top
|
||||||
anchors.topMargin: UM.Theme.sizes.default_margin.height
|
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
width: base.width/100* 35 - UM.Theme.sizes.default_margin.width
|
width: base.width/100* 35 - UM.Theme.sizes.default_margin.width
|
||||||
height: childrenRect.height < UM.Theme.sizes.simple_mode_infill_caption.height ? UM.Theme.sizes.simple_mode_infill_caption.height : childrenRect.height
|
height: childrenRect.height < UM.Theme.sizes.simple_mode_infill_caption.height ? UM.Theme.sizes.simple_mode_infill_caption.height : childrenRect.height
|
||||||
|
Loading…
x
Reference in New Issue
Block a user