View Single Post
06/20/21, 11:52 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Use an addon like merTorchbug or Zgoo and move your mouse above it, type in /tbugm or /zgoo mouse (or use the keybinds) and youz will inspect the control below the mouse.
These "menus" at the right are often re-used menus, not only used at the map. So changing it might also change it elsewhere (see Perfect Pixel info below).

At the world map this is hard to detect though. Some control is e.g. ZO_WorldMapInfoFootPrintBackground but this only a background texture.
The entries of the menu there, like quests, keys, filter etc. are defined in the worldmap lua and XML files and you should check them:
https://github.com/esoui/esoui/blob/...p/worldmap.xml
https://github.com/esoui/esoui/blob/...p/worldmap.lua

I think the "upper part" of the right side is the "Info area":
https://github.com/esoui/esoui/blob/...nfo_shared.lua
https://github.com/esoui/esoui/blob/...o_keyboard.xml
The info's menubuttons call the different "fragments" of the worldmap then which show at the right menu "below" the info area.
But there does not seem to be any particular control to show the fragment in.
Only the zoom + - buttons anchored to the bottom and the background texture I have named above: ZO_WorldMapInfoFootPrintBackground
https://github.com/esoui/esoui/blob/...ldmap.xml#L180

I think you can have a look at the addon PerfectPixel how it alters he map controls there. But I think the left and right "menus" are some standard ESO backdrop controls which are just "replaced in general" by PP, so that they will (and only are able to) change in total for all menus.

But if you ask me: Changing these menus height etc. will just make you break many other addons

Last edited by Baertram : 06/20/21 at 12:07 PM.
  Reply With Quote