RoundedBox: Fix description

This commit is contained in:
Florian Festi 2017-03-06 19:57:50 +01:00
parent eecbceda11
commit 4ab1dcc323
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from boxes import *
class RoundedBox(Boxes):
"""Box with rounded corners"""
"""Box with vertical edges rounded"""
ui_group = "FlexBox"