Close
Showing results 1 to 2 of 2

Threaded View

  1. #1

    Default Cannot resize WoW windows.

    Code:
    <Command ResizeAndPosition>        <SendWinM %1%>
                <setwinsize 1920 1080>
                <setwinpos 0 0>
            <SendWinM %2%>
                <setwinsize 480 270>
                <setwinpos -1920 0>
            <SendWinM %3%>
                <SetWinRect -1920 1080 480 270>
            <SendWinM %4%>
                <SetWinRect -960 0 480 270>
            <SendWinM %5%>
                <SetWinRect -960 1080 480 270>
    Code:
    <Hotkey RCtrl RAlt NumPad1>
        <ResizeAndPosition Main w1 w3 w2 w4>
    Everything opens just fine... pasted relevant parts of code.

    They are all in 1920 x 1080 on my second monitor (to the right).

    However, the monitor is extended to the left so that monitor #1, I can just move my mouse to my left and go to that screen.

    If you need any more information let me know.
    Last edited by MiRai : 10-02-2018 at 03:16 PM Reason: Added Prefix

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •