mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
use namespace AlignmentFlag
Contributes to CURA-8640
This commit is contained in:
parent
3f8907d02a
commit
55cb86ebbd
6 changed files with 18 additions and 18 deletions
|
|
@ -402,7 +402,7 @@ Window
|
|||
UM.Label
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.alignment: Qt.AlignmentFlag.AlignVCenter
|
||||
text: catalog.i18nc("@text Asking the user whether printers are missing in a list.", "Printers missing?")
|
||||
+ "\n"
|
||||
+ catalog.i18nc("@text", "Make sure all your printers are turned ON and connected to Digital Factory.")
|
||||
|
|
@ -413,7 +413,7 @@ Window
|
|||
Cura.SecondaryButton
|
||||
{
|
||||
id: refreshListButton
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.alignment: Qt.AlignmentFlag.AlignVCenter
|
||||
text: catalog.i18nc("@button", "Refresh List")
|
||||
iconSource: UM.Theme.getIcon("ArrowDoubleCircleRight")
|
||||
onClicked: Cura.API.account.sync(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue