a very minor typo in a comment
This commit is contained in:
parent
9b94d385f9
commit
974c159234
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class MsgBox(unohelper.Base):
|
||||||
self.ButtonSize = size
|
self.ButtonSize = size
|
||||||
self.ButtonSpace = self.ButtonSize/2
|
self.ButtonSpace = self.ButtonSize/2
|
||||||
else:
|
else:
|
||||||
# boxsize i calculated form buttonsize
|
# boxsize is calculated from buttonsize
|
||||||
self.boxSize = numberOfButtons * (self.ButtonSize +
|
self.boxSize = numberOfButtons * (self.ButtonSize +
|
||||||
self.ButtonSpace) + self.ButtonSpace
|
self.ButtonSpace) + self.ButtonSpace
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue