mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Change tabs into spaces
I think this IDE isn't configured correctly yet.
This commit is contained in:
parent
927f193270
commit
f9bee9ad3e
1 changed files with 7 additions and 7 deletions
|
@ -21,13 +21,13 @@ UM.Dialog
|
||||||
minimumWidth: 400 * screenScaleFactor;
|
minimumWidth: 400 * screenScaleFactor;
|
||||||
minimumHeight: 250 * screenScaleFactor;
|
minimumHeight: 250 * screenScaleFactor;
|
||||||
|
|
||||||
onVisibleChanged:
|
onVisibleChanged:
|
||||||
{
|
{
|
||||||
if(!visible) //Whenever the window is closed (either via the "Close" button or the X on the window frame), we want to update it in the stack.
|
if(!visible) //Whenever the window is closed (either via the "Close" button or the X on the window frame), we want to update it in the stack.
|
||||||
{
|
{
|
||||||
manager.writeScriptsToStack();
|
manager.writeScriptsToStack();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue