Adjust padding to min = -1 (GridLayout.lua Options) #615


  • Accepted
  • Fixed
  • Replied
Closed
  • jinxD_ZA created this issue Nov 10, 2018

    This is perhaps just a QoL request. I've found that to get the look I want I had to adjust the padding to have a value of -1 instead of the current default of 0. This allows for a single pixel gap between raidframes. Any chance of making this a permanent change, at least allow the slider to have a minimum value of -1?

  • jinxD_ZA added an attachment raidframes.png Nov 10, 2018

    Example

    Example of what I'm referring to.

  • michaelsp posted a comment Nov 10, 2018

    Umm, that setup breaks the border indicator, due to the missing pixel,  border indicators overlap so some times only 3 sides of the border indicator are displayed

     

    I could enable the option as a hidden feature allowing to type -1 manually in the editbox but maintaining the slider with "correct" values (from 0 to 20). But i have not decided yet.

     

    Im not sure to implement this because this behaviour can be already configured , but with some more work:

    1. Assign -1 to the border indicator separation (Indicators -> Border -> Layout tab), this removes the separation between frames, and disables the border indicator.

    2.Manual adjust the health bar indicator position and size (anchoring the bar to top-left and subtracting 1 pixel from the bar width and height)


    Edited Nov 10, 2018
  • michaelsp added a tag Replied Nov 10, 2018
  • michaelsp added a tag Accepted Nov 11, 2018
  • michaelsp posted a comment Nov 11, 2018

    Version r845 allows to type -1 in the padding editbox.

  • michaelsp closed issue Nov 12, 2018
  • michaelsp added a tag Fixed Nov 12, 2018

To post a comment, please login or register a new account.