StackAndTile Forums

Full Version: 1 of 4 slots not on screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, after reducing from 10 to 4 slots, the 4th slot is not on screen. Running as admin.

Any help? Thank you
First, when you click on 'Visualize Grid' do you see the 4th slot? If so, you can drag it to the location that you want.

Otherwise, you'll have to manually edit your config file to fix this. Click on the File menu and then select Current Layout. That will open up your layout configuration. Look for the following two lines under the [settings] heading, and change both of their values to 100 like so:

Code:
[settings]
...
slot4x=100
slot4y=100

This will place slot 4 at location 100x100 on your screen. Save the file, then restart SaT. Click 'Visualize Grid' again and you should see it and be able to move it where you want.

Let me know if this helps
Yes, change x and y to 100 works. Thank you very much