Jump to content

If you're having trouble with the offset of your welcome window


StrikePrice

Recommended Posts

Here is the solution that worked for me.

Problem: On all my saved interface settings, my welcome window would appear far below (or above) the bar with the button on it and half off the screen. This window is not moveable in the interface editor. 

Solution: You can edit the XML file for your saved interface settings. Those files are found at:

%localappdata%\SWTOR\swtor\settings\GUIProfiles

To fix the problem, look for the <WelcomeWindow> node. It should look something like this ...

    <WelcomeWindow>
        <AnchorOffsetX Type="3" Value="0.000000" />
        <AnchorOffsetY Type="3" Value="49.000000" />
        <AnchorAlignment Type="3" Value="1.000000" />
    </WelcomeWindow>

In my case, the AnchorOffsetX value was 444, pushing the window down off the screen. Setting it to 0 solved my problem. 

  • Like 3
Link to comment
Share on other sites

On 6/30/2023 at 6:36 PM, LD_Little_Dragon said:

I lucked out with my UI setup.  My utility bar is in the lower right corner of my screen, and I don't see that welcome window at all.  🫰

Lower left works too, or I believe anywhere at the bottom of the screen because it expands downwards. Good riddance!

 

Link to comment
Share on other sites

×
×
  • Create New...