View Single Post
Old 09-26-2017, 03:34 PM   #4
PilsnerDk
A Ghoul
 
Join Date: Aug 2008
Posts: 11
Interface Author - Click to view interfaces
Default

Here's what was changed:

in EQUI_BazaarWnd.xml
Line 877, from:
Code:
<Combobox item="BZR_ItemAugmentCombobox"> <ScreenID>BZR_ItemAugmentCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <TooltipReference>Filter based on item augment slot.</TooltipReference>
to
Code:
<Combobox item="BZR_ItemAugmentCombobox"> <ScreenID>BZR_ItemAugmentCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <AutoStretchList>true</AutoStretchList> <TooltipReference>Filter based on item augment slot.</TooltipReference>


in EQUI_MapViewWnd.xml

Line 68, from:
Code:
<Combobox item="MVW_MapsDirCombobox"> <ScreenID>MVW_MapsDirCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <Location>
to
Code:
<Combobox item="MVW_MapsDirCombobox"> <ScreenID>MVW_MapsDirCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <AutoStretchList>true</AutoStretchList> <Location>


And precisely the same around line 1081, just added the AutoStretchList element.
PilsnerDk is offline   Reply With Quote