mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:48:59 +08:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
ff521a0b89
@ -44,7 +44,7 @@ Item
|
|||||||
{
|
{
|
||||||
id: resolutionLabel
|
id: resolutionLabel
|
||||||
anchors.top: resolutionSlider.top
|
anchors.top: resolutionSlider.top
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").height / 4
|
anchors.topMargin: UM.Theme.getSize("default_margin").height * 1.2
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width
|
anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width
|
||||||
width: UM.Theme.getSize("sidebar").width * .45 - UM.Theme.getSize("sidebar_margin").width
|
width: UM.Theme.getSize("sidebar").width * .45 - UM.Theme.getSize("sidebar_margin").width
|
||||||
@ -57,9 +57,10 @@ Item
|
|||||||
Text
|
Text
|
||||||
{
|
{
|
||||||
id: speedLabel
|
id: speedLabel
|
||||||
anchors.bottom: resolutionSlider.bottom
|
anchors.top: resolutionLabel.bottom
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width
|
anchors.leftMargin: UM.Theme.getSize("sidebar_margin").width
|
||||||
|
anchors.topMargin: UM.Theme.getSize("default_margin").height * 1.5
|
||||||
|
|
||||||
text: catalog.i18nc("@label", "Print Speed")
|
text: catalog.i18nc("@label", "Print Speed")
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
@ -94,7 +95,7 @@ Item
|
|||||||
{
|
{
|
||||||
id: resolutionSlider
|
id: resolutionSlider
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").height / 2
|
|
||||||
anchors.left: infillCellRight.left
|
anchors.left: infillCellRight.left
|
||||||
anchors.right: infillCellRight.right
|
anchors.right: infillCellRight.right
|
||||||
width: UM.Theme.getSize("sidebar").width * .55
|
width: UM.Theme.getSize("sidebar").width * .55
|
||||||
|
Loading…
x
Reference in New Issue
Block a user