mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:45:56 +08:00
Change tabs into spaces
I think this IDE isn't configured correctly yet.
This commit is contained in:
parent
927f193270
commit
f9bee9ad3e
@ -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…
x
Reference in New Issue
Block a user