PEP8 formatting
This commit is contained in:
parent
a10b4a804c
commit
7cf858855e
@ -666,7 +666,7 @@ class BlenderCloudBrowser(pillar.PillarOperatorMixin,
|
|||||||
bgl.glRectf(0,
|
bgl.glRectf(0,
|
||||||
bottom_y - ITEM_MARGIN_Y,
|
bottom_y - ITEM_MARGIN_Y,
|
||||||
window_region.width,
|
window_region.width,
|
||||||
bottom_y+1 - ITEM_MARGIN_Y)
|
bottom_y + 1 - ITEM_MARGIN_Y)
|
||||||
self.scroll_offset_space_left = window_region.height - bottom_y
|
self.scroll_offset_space_left = window_region.height - bottom_y
|
||||||
self.scroll_offset_max = (self.scroll_offset -
|
self.scroll_offset_max = (self.scroll_offset -
|
||||||
self.scroll_offset_space_left +
|
self.scroll_offset_space_left +
|
||||||
|
Reference in New Issue
Block a user