Change tabs into spaces

I think this IDE isn't configured correctly yet.
This commit is contained in:
Ruben D 2018-02-04 01:39:36 +01:00
parent 927f193270
commit f9bee9ad3e
No known key found for this signature in database
GPG key ID: 6B42C9465E304A62

View file

@ -21,13 +21,13 @@ UM.Dialog
minimumWidth: 400 * screenScaleFactor;
minimumHeight: 250 * screenScaleFactor;
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.
{
manager.writeScriptsToStack();
}
}
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.
{
manager.writeScriptsToStack();
}
}
Item
{