Marethyu

Results 58 comments of Marethyu

I put the button there, not sure if there's a better place ![Settingwin](https://user-images.githubusercontent.com/45374460/180976520-98e6974e-2531-44c5-a147-325c2373d36e.png)

Fix now the issue #42 as well by reducing the minimum size the window can have

Added a fix of the hovering issue of #39 Basically the condition on item seems to not be working all the time by doing List.Contains(item) so replaced it by a...

Uhmm that's weird maybe it's a compatibility issue with other plugins ? if you try to disable all your plugins and keep only the market board plugin are you still...

Ok, the line that handles the windows minimum size is ```C# ImGui.SetNextWindowSizeConstraints(new Vector2(700, 450) * scale, new Vector2(10000, 10000) * scale); ``` Meaning the current minimum market board windows size...

Just for testing purposes : - what is your resolution currently ? - What is your current UI scale modifier ? - if you put your UI scale modifier down...

Did you scale down the "High resolution UI Settings" or "Default UI Size" if possible try both. If one of these work it means it come from scale otherwise it...

uhmm ok I could add a display tab in the new setting menu in #40 allowing user to choose minimum size to see if it helps. Since i can't reproduce...

Fix implemented in #41