@@ -311,34 +311,34 @@ class StylesBase:
311
311
"""If `relative` offset is applied to widgets current position, if `absolute` it is applied to (0, 0)."""
312
312
313
313
border = BorderProperty (layout = True )
314
- """Set the border of the widget e.g. ("rounded ", "green") or "none"."""
314
+ """Set the border of the widget e.g. ("round ", "green") or "none"."""
315
315
316
316
border_top = BoxProperty (Color (0 , 255 , 0 ))
317
- """Set the top border of the widget e.g. ("rounded ", "green") or "none"."""
317
+ """Set the top border of the widget e.g. ("round ", "green") or "none"."""
318
318
border_right = BoxProperty (Color (0 , 255 , 0 ))
319
- """Set the right border of the widget e.g. ("rounded ", "green") or "none"."""
319
+ """Set the right border of the widget e.g. ("round ", "green") or "none"."""
320
320
border_bottom = BoxProperty (Color (0 , 255 , 0 ))
321
- """Set the bottom border of the widget e.g. ("rounded ", "green") or "none"."""
321
+ """Set the bottom border of the widget e.g. ("round ", "green") or "none"."""
322
322
border_left = BoxProperty (Color (0 , 255 , 0 ))
323
- """Set the left border of the widget e.g. ("rounded ", "green") or "none"."""
323
+ """Set the left border of the widget e.g. ("round ", "green") or "none"."""
324
324
325
325
border_title_align = StringEnumProperty (VALID_ALIGN_HORIZONTAL , "left" )
326
326
"""The alignment of the border title text."""
327
327
border_subtitle_align = StringEnumProperty (VALID_ALIGN_HORIZONTAL , "right" )
328
328
"""The alignment of the border subtitle text."""
329
329
330
330
outline = BorderProperty (layout = False )
331
- """Set the outline of the widget e.g. ("rounded ", "green") or "none".
331
+ """Set the outline of the widget e.g. ("round ", "green") or "none".
332
332
The outline is drawn *on top* of the widget, rather than around it like border.
333
333
"""
334
334
outline_top = BoxProperty (Color (0 , 255 , 0 ))
335
- """Set the top outline of the widget e.g. ("rounded ", "green") or "none"."""
335
+ """Set the top outline of the widget e.g. ("round ", "green") or "none"."""
336
336
outline_right = BoxProperty (Color (0 , 255 , 0 ))
337
- """Set the right outline of the widget e.g. ("rounded ", "green") or "none"."""
337
+ """Set the right outline of the widget e.g. ("round ", "green") or "none"."""
338
338
outline_bottom = BoxProperty (Color (0 , 255 , 0 ))
339
- """Set the bottom outline of the widget e.g. ("rounded ", "green") or "none"."""
339
+ """Set the bottom outline of the widget e.g. ("round ", "green") or "none"."""
340
340
outline_left = BoxProperty (Color (0 , 255 , 0 ))
341
- """Set the left outline of the widget e.g. ("rounded ", "green") or "none"."""
341
+ """Set the left outline of the widget e.g. ("round ", "green") or "none"."""
342
342
343
343
keyline = KeylineProperty ()
344
344
"""Keyline parameters."""
0 commit comments