Thread Tools Display Modes
06/20/21, 10:31 AM   #1
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
Resize the menu on the right of the map?

Hi all!
What is the name of the menu on the right of the map (containing locations, quests, etc) and
Is there a way to resize it ?
(I want it to go less low so i can add something in the bottom right corner)
thanks :-)
  Reply With Quote
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

ESOUI » Developer Discussions » Graphics Help » Resize the menu on the right of the map?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off