mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Apply suggestions from code review
This commit is contained in:
parent
c74e7be602
commit
e91d5df3a3
2 changed files with 7 additions and 4 deletions
|
|
@ -494,7 +494,10 @@ UM.MainWindow
|
||||||
Connections
|
Connections
|
||||||
{
|
{
|
||||||
target: Cura.Actions.addProfile
|
target: Cura.Actions.addProfile
|
||||||
function onTriggered() { createNewQualityDialog.visible = true; }
|
function onTriggered()
|
||||||
|
{
|
||||||
|
createNewQualityDialog.visible = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections
|
Connections
|
||||||
|
|
@ -905,7 +908,7 @@ UM.MainWindow
|
||||||
}
|
}
|
||||||
Cura.TertiaryButton
|
Cura.TertiaryButton
|
||||||
{
|
{
|
||||||
text: "Learn more about Cura print profiles"
|
text: catalog.i18nc("@action:button", "Learn more about Cura print profiles")
|
||||||
iconSource: UM.Theme.getIcon("LinkExternal")
|
iconSource: UM.Theme.getIcon("LinkExternal")
|
||||||
isIconOnRightSide: true
|
isIconOnRightSide: true
|
||||||
leftPadding: 0
|
leftPadding: 0
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
//Copyright (C) 2022 UltiMaker B.V.
|
// Copyright (C) 2022 UltiMaker
|
||||||
// Cura is released under the terms of the LGPLv3 or higher.
|
// Cura is released under the terms of the LGPLv3 or higher.
|
||||||
|
|
||||||
import QtQuick 2.10
|
import QtQuick 2.10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue