mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07:00
Rename WelcomDialog to WelcomeDialogItem
CURA-6435
This commit is contained in:
parent
2dd4a30586
commit
a030e4a264
2 changed files with 9 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ import Cura 1.1 as Cura
|
|||
|
||||
|
||||
//
|
||||
// This is a no-frame dialog that shows the welcome process.
|
||||
// This is an Item that tries to mimic a dialog for showing the welcome process.
|
||||
//
|
||||
Item
|
||||
{
|
||||
|
|
@ -38,7 +38,7 @@ Item
|
|||
|
||||
WizardPanel
|
||||
{
|
||||
id: stepPanel
|
||||
id: wizardPanel
|
||||
anchors.fill: parent
|
||||
model: dialog.model
|
||||
}
|
||||
|
|
@ -48,8 +48,8 @@ Item
|
|||
{
|
||||
id: shadow
|
||||
radius: UM.Theme.getSize("first_run_shadow_radius").width
|
||||
anchors.fill: stepPanel
|
||||
source: stepPanel
|
||||
anchors.fill: wizardPanel
|
||||
source: wizardPanel
|
||||
horizontalOffset: shadowOffset
|
||||
verticalOffset: shadowOffset
|
||||
color: UM.Theme.getColor("first_run_shadow")
|
||||
Loading…
Add table
Add a link
Reference in a new issue