mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Dialogs inheriting from incorrect Component, causing the buttons to be styled incorrectly
CURA-8688
This commit is contained in:
parent
1b6c3516bd
commit
5dfc5971e3
2 changed files with 4 additions and 9 deletions
|
|
@ -125,7 +125,7 @@ UM.ManagementPage
|
|||
}
|
||||
}
|
||||
|
||||
UM.RenameDialog
|
||||
Cura.RenameDialog
|
||||
{
|
||||
id: renameDialog
|
||||
object: base.currentItem && base.currentItem.name ? base.currentItem.name : ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue