AdiBags

AdiBags

8M Downloads

[Feature]: Change Scale increments

KatyPurry opened this issue · 7 comments

commented

Describe the feature

By default bag's scale can only be changed by 10% increments. Would it be possible to set the increments to 5% or 1%?

image

Max height size can be changed 1 by 1.

Describe the implementation

Review code

commented

Yeah, I think this should be doable. We'll add it.

commented

Unfortunately, the smallest unit we can support is a single decimal point, i.e. 83.3%

I have two concerns here:

  1. Upon testing 1% stepping, it seems like the slider skips digits, i.e. you can slide from 99% to 101%. Typing 100% into the box works.

  2. The smallest unit we can support is one decimal point, i.e. 83.3%. However, setting the increments this small, it makes the slider more or less completely useless.

Let me think about the best way to go about this for a bit.

commented

I'd like decimals, even. I like to set my scale to a pixel perfect value, which happens to be 83.33%. It would be nice to not have to edit the SavedVariables manually!

commented

The smallest unit we can support is one decimal point, i.e. 83.3%. However, setting the increments this small, it makes the slider more or less completely useless.

Yeah, those AceGUI widgets are not the best... if only it didn't reformat the step value when entering a value manually it would be fine. Not sure if that's possible with the way the widget works.

commented

Is it possible to make the actual icon size editable? I don't think scale is very useful as most other elements are already customizable. The only reason for me to change the scale is to shrink the icons, but i think it makes colored quality borders hard to see, which i notice after the masque support.

commented

@eleanoryeung Can you describe this a bit more? Do you mean to scale the item buttons down, but keep the extra whitespace around the bag?

commented

@eleanoryeung Can you describe this a bit more? Do you mean to scale the item buttons down, but keep the extra whitespace around the bag?

Basically yes. I am accustomed to change the actual button size like 14, 16 or so.
I did not actually notice the whitespace. It's not a problem for me.