mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07:00
Fix code styles
CURA-6005
This commit is contained in:
parent
773190bee1
commit
136317c3c7
2 changed files with 8 additions and 7 deletions
|
|
@ -120,12 +120,11 @@ Button
|
|||
visible: text != "" && button.hovered
|
||||
}
|
||||
|
||||
BusyIndicator {
|
||||
BusyIndicator
|
||||
{
|
||||
id: busyIndicator
|
||||
|
||||
anchors {
|
||||
centerIn: parent
|
||||
}
|
||||
anchors.centerIn: parent
|
||||
|
||||
width: height
|
||||
height: parent.height
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue