mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 21:57:20 +00:00
Fix Tabs text style (TextRule padding) when UI Scaling > 100%
This commit is contained in:
parent
17bffc81c3
commit
9fc7cee782
@ -166,7 +166,7 @@ Rules::Rules(const css::Query& query) :
|
||||
int(paddingLeft.number()),
|
||||
int(paddingTop.number()),
|
||||
int(paddingRight.number()),
|
||||
int(paddingBottom.number()*ui::guiscale())));
|
||||
int(paddingBottom.number()))*ui::guiscale());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user