I've been struggling with this problem quite a bit also. Please post if you find the solution or if MasterWrath remembers what was supposed to be moved :)
I think moving it vertically wasn't a problem. But I experimented with that last November. Maybe something was changed. At least, I remember that I was able to move the icons around separately with the HotS Beta ingame UI editor, the one where you could destroy the whole UI with 2-3 clicks via dragging elements around.
I'm tinkering with it now.
edit:
Oh I remember it now. It's always centered in the "InfoPaneUnit" Frame and ignores its own frame's left and right anchors.
The icons that you can see are EquipmentIconTemplate instances which are created and moved from internal code.
Yeah Vertical isn't a problem :) But it would be nice to move it flush against the right side.
Since there are no anchors from the EquipmentIconTemplate I take it this is going to be reallllyyyy hacky to move?
I'm trying those things right now...
Funny thing I'm just looking at: https://dl.dropboxusercontent.com/u/4479839/IbrokeEquipmentpanel.SC2Map
I played with anchors within it and ended up with that. I'm trying to find a way to control the spacing between the icons, but the icons itself is the image and contains the tooltip, I don't think this is possible... that would only work if it was contained within another frame, so you could control the dimensions of it.
So, we have even less control over those than we have over buff icons.
edit:
No, I don't think we can control spacing between the icons or their alignment. :(
Is it possible to edit "EquipmentPanel" located inside "GameUI/UIContainer/ConsoleUIContainer/InfoPanel/InfoPaneUnit" ????
@Dzuke911: Go
Not really. It's also anchored to something else, I don't remember what, and the only way to move it is to move the thing it's anchored to.
I've been struggling with this problem quite a bit also. Please post if you find the solution or if MasterWrath remembers what was supposed to be moved :)
I think moving it vertically wasn't a problem. But I experimented with that last November. Maybe something was changed. At least, I remember that I was able to move the icons around separately with the HotS Beta ingame UI editor, the one where you could destroy the whole UI with 2-3 clicks via dragging elements around.
I'm tinkering with it now.
edit:
Oh I remember it now. It's always centered in the "InfoPaneUnit" Frame and ignores its own frame's left and right anchors.
The icons that you can see are EquipmentIconTemplate instances which are created and moved from internal code.
Yeah Vertical isn't a problem :) But it would be nice to move it flush against the right side.
Since there are no anchors from the EquipmentIconTemplate I take it this is going to be reallllyyyy hacky to move?
I'm trying those things right now...
Funny thing I'm just looking at: https://dl.dropboxusercontent.com/u/4479839/IbrokeEquipmentpanel.SC2Map
I played with anchors within it and ended up with that. I'm trying to find a way to control the spacing between the icons, but the icons itself is the image and contains the tooltip, I don't think this is possible... that would only work if it was contained within another frame, so you could control the dimensions of it.
So, we have even less control over those than we have over buff icons.
edit:
No, I don't think we can control spacing between the icons or their alignment. :(