Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

Options panel extremely small and buggy

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Options panel extremely small and buggy

    For whatever reason, the options panel for the WoW Classic guides viewer is extremely small for me compared to what the WoW Retail one looks like; also, some of the sliders glitch a little bit on the WoW Classic options panel.

    Attached a screen shot to show you what I mean.

    Any suggestions on how to fix this? Or is this actually how it looks in Classic??

    options panel.jpg

    #2
    That's not intended, we're aware of the issue and investigating how to fix the scaling. We'll have it fixed as soon as we can. Thanks for reporting.
    Become a Fan of Zygor Guides on Facebook:
    http://www.facebook.com/zygorguides

    Follow Zygor Guides on Twitter:
    http://twitter.com/zygorguides

    Comment


      #3
      In the meantime you can use the following command to resize it. The 1 you see in the command is the current size, 2 would be double the size.

      /run ZGV.GuideMenu.MainFrame:SetScale(1)
      Become a Fan of Zygor Guides on Facebook:
      http://www.facebook.com/pages/Zygor-...04933799556988

      Follow Zygor Guides on Twitter:
      http://twitter.com/zygorguides

      Comment


        #4
        Running:

        /run ZGV.GuideMenu.MainFrame:SetScale(1)

        Set the Options UI to the same size as Retail version (or at least it seems to be the same size). So, it seems that the scaling is showing it at about half size for whatever reason.

        Only downfall is I'd have to run that command every time I reload my UI/log back in for it to stay that size. Not a huge deal; but, just a heads up for anyone else that uses this.

        Comment


          #5
          Originally posted by JDM12983 View Post
          Running:

          /run ZGV.GuideMenu.MainFrame:SetScale(1)

          Set the Options UI to the same size as Retail version (or at least it seems to be the same size). So, it seems that the scaling is showing it at about half size for whatever reason.

          Only downfall is I'd have to run that command every time I reload my UI/log back in for it to stay that size. Not a huge deal; but, just a heads up for anyone else that uses this.
          Hey thanks for this -- if you use weakauras, you can create a weakaura to do that automatically on login everytime. For me, 1.25 worked better than just 1.

          I exported the weakaura string which you can import below, but basically you just put:

          Code:
          function() 
              ZGV.GuideMenu.MainFrame:SetScale(1.25)
          end
          as a Custom Trigger under the Trigger tab for a Type: Custom, Event Type: Event, Event(s): PLAYER_ENTERING_WORLD

          Code:
          !nsvWYjomm0FNTh2aHsNotVrBdTWecSitz29GPMehWDsSzIDOqpW3(k5eOD29shco2YYYp90tHhYzCOKdz0do1u7kuAjhMUGfpkjId5gTduFi5jH94GZKUxwzvgnUo86UOPdtZZTshpPlgdLDxH4itEWXboiQDBnvt35q)Ty4rJh)I3cDkU9mJsJB8quclAohsnfMk03Kq)tp)41(X(0i6ALCdgq2XDioD(Rk1OZvBAUH0ARZusqyXUmHd9PU9nchtPWPsxQYCB5WaCnAn9m8aRtu5AIIsROzqMzvta5RjZ5OD7wVl4kxLAZgKoAGl7Ib)up8ApB77vBvzeMvLYSl2ACuUxsSGTETFguNNRoWHvpmayRa2G5ewQReew5q4Ld8Suuq5snHxGiF86VeMzvsFyGzrXXKtTNs4Z8ZGlVw75GFC1Pxpng)7)9NNEj4PAeWtK66GjcLEyLOuEhiDqQOq(JWGE3C1PXsnMl2DYIIrzTfz)Ty5WS4b)oA(kFLDuYtRwoDE8JimSYvE8Eph0yiBpvMCnM1nL1NJINnCrmzUw)jR6zDQGTxYAmoXGmAYpd76DTQGdBDUD27605DXgtGY05E2TSffJFCDNqQS6KvArXlNfX96JGxwUNyTWGUbOS8Dtv2YkXooS8YmfMJdvhqw54guEscUm1xK15e1GLFHtqsHwPTNWAsi4H5rrjC4nKZv5h5qC0qwt3fg5k1hNE9x1ImkaNELH78zBgbWI822K7NYytNGPkHOXVny7hR7F7(rssAEqM1OSt61fZJcJW3tNwiSE5DzDHtDMfXkw6)BKA0)hJeJRvLnkVV0K0QW1g6ZfNLMTQzRKiilD2su4899(s)13Z)gqZHEbH3eGFlApsx97rFKG)3

          Comment

          Working...
          X