Page 1 of 1

[1.1.94] Filter frame has misalignment

Posted: Sun Nov 05, 2023 10:24 am
by y.petremann
Filter frame has some misalignment when in button mode
It give this result
Bad.png
Bad.png (49.43 KiB) Viewed 415 times
This is how it should look like
Good.png
Good.png (49.03 KiB) Viewed 415 times
Here a reference of filter_tabbed_pane
Ref.png
Ref.png (184.77 KiB) Viewed 415 times
I tried fixing it manually but I don't know if filter_frame is used elsewhere, it needed to update this in style.lua:4450

Code: Select all

filter_frame = -- used in button mode
{
  type = "frame_style",
  ...
  left_padding = 0,
},
to this

Code: Select all

filter_frame = -- used in button mode
{
  type = "frame_style",
  ...
  left_padding = 12,
},

Re: [1.1.94] Filter frame has misalignment

Posted: Sun Nov 05, 2023 10:43 am
by Klonan
Thanks for the report,

This is fixed in 2.0