mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 587248 - Part 14: Observe the group box right margin when arranging tab items in RTL mode; r=ian a=blocking-betaN+
This commit is contained in:
parent
28b981d0ef
commit
f15de44d0c
@ -970,7 +970,7 @@ let Items = {
|
||||
|
||||
let initialOffset = 0;
|
||||
if (UI.rtl) {
|
||||
initialOffset = bounds.width - tabWidth;
|
||||
initialOffset = bounds.width - tabWidth - padding;
|
||||
}
|
||||
var box = new Rect(bounds.left + initialOffset, bounds.top, tabWidth, tabHeight);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user