Fix broken width and height location in frames
This commit is contained in:
parent
c737d7ab22
commit
052823b74c
@ -129,8 +129,8 @@ window._qutebrowser.webelem = (function() {
|
|||||||
"right": rect.right + frame_offset_rect.right,
|
"right": rect.right + frame_offset_rect.right,
|
||||||
"bottom": rect.bottom + frame_offset_rect.bottom,
|
"bottom": rect.bottom + frame_offset_rect.bottom,
|
||||||
"left": rect.left + frame_offset_rect.left,
|
"left": rect.left + frame_offset_rect.left,
|
||||||
"height": rect.height + frame_offset_rect.height,
|
"height": rect.height,
|
||||||
"width": rect.width + frame_offset_rect.width,
|
"width": rect.width,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user