UI min size

Discussion in 'The Veterans' Lounge' started by Ishtass, Jun 1, 2015.

  1. Ishtass Augur

    I am trying to make the advloot window really slim. I changed the min size to 10:
    <MinHSize>10</MinHSize>

    But it still seems to be stuck at around 200 width. Does anyone know what else I could try?
  2. Vanrau Augur

    <Screen item="AdvancedLootWnd">
    <RelativePosition>false</RelativePosition>
    <Location>
    <X>150</X>
    <Y>100</Y>
    </Location>
    <Size>
    <CX>220</CX>
    <CY>450</CY>
    </Size>

    Try changing the <size> numbers.
  3. Ishtass Augur

    Hmm, apparently it was the fact that I had the minimize, question mark, and close buttons on the top of the window. A bit lame that I had to remove them to get it thinner, but thanks for offering help.

    Another question is does anyone know if it's possible to convert the list (a single column) into something like a TileLayoutBox (like the target buff windows, where they fill into a grid)? I doubt it's possible since the grids need individual slots to reference, but figured I'd ask, as that would be ideal for me.
  4. Lighteningrod Augur

    If by list you mean a listbox item, no, that is not possible.