mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
Rename "Next" button to "Skip"
CURA-7019
This commit is contained in:
parent
ca2962aa12
commit
b4909e88ef
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ Item
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
top: titleLabel.bottom
|
top: titleLabel.bottom
|
||||||
bottom: nextButton.top
|
bottom: skipButton.top
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
topMargin: UM.Theme.getSize("default_margin").height
|
topMargin: UM.Theme.getSize("default_margin").height
|
||||||
|
@ -140,10 +140,10 @@ Item
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// The "Next" button exists on the bottom right
|
// The "Skip" button exists on the bottom right
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: nextButton
|
id: skipButton
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue