mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Refactor the code a bit more to better align the components in the
recommended mode. Contributes to CURA-5941.
This commit is contained in:
parent
85b34d6005
commit
990c653af4
9 changed files with 1134 additions and 1242 deletions
|
@ -74,7 +74,7 @@ Item
|
|||
|
||||
function togglePopup()
|
||||
{
|
||||
if(popup.visible)
|
||||
if (popup.visible)
|
||||
{
|
||||
popup.close()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue