fix(border): GetBorderRightSize (#224)

This commit is contained in:
nervo 2023-10-05 17:45:52 +02:00 committed by GitHub
parent 18166eaa8a
commit 2d2a577e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
get.go
View File

@ -333,7 +333,7 @@ func (s Style) GetBorderRightSize() int {
if !s.getAsBool(borderRightKey, false) {
return 0
}
return s.getBorderStyle().GetBottomSize()
return s.getBorderStyle().GetRightSize()
}
// GetHorizontalBorderSize returns the width of the horizontal borders. If