[1.1.94] Filter frame has misalignment

Post Reply
User avatar
y.petremann
Filter Inserter
Filter Inserter
Posts: 407
Joined: Mon Mar 17, 2014 4:24 pm
Contact:

[1.1.94] Filter frame has misalignment

Post by y.petremann »

Filter frame has some misalignment when in button mode
It give this result
Bad.png
Bad.png (49.43 KiB) Viewed 401 times
This is how it should look like
Good.png
Good.png (49.03 KiB) Viewed 401 times
Here a reference of filter_tabbed_pane
Ref.png
Ref.png (184.77 KiB) Viewed 401 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,
},

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5150
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: [1.1.94] Filter frame has misalignment

Post by Klonan »

Thanks for the report,

This is fixed in 2.0

Post Reply

Return to “Fixed for 2.0”