This commit is contained in:
Kovid Goyal 2020-03-24 10:29:32 +05:30
parent cce013fe75
commit 4e2f5bcea4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -91,7 +91,6 @@ class CreateAnnotation:
self.left_line_height = self.right_line_height = 8
self.in_flow_mode = False
container = self.container
container.style.display = 'flex'
container.style.flexDirection = 'column'
container.style.justifyContent = 'space-between'
self.position_in_handle = {'x': 0, 'y': 0}