StackableEdge: Fix margin for upper (S) variant
This commit is contained in:
parent
4ac46840d2
commit
83b5363bc8
|
@ -826,7 +826,7 @@ class StackableEdge(BaseEdge):
|
|||
return self._height() if self.bottom else 0
|
||||
|
||||
def margin(self):
|
||||
return 0 if self.bottom else self._height()
|
||||
return 0 if self.bottom else self.settings.height
|
||||
|
||||
|
||||
class StackableEdgeTop(StackableEdge):
|
||||
|
|
Loading…
Reference in New Issue