Skip to content

Commit ebefa28

Browse files
committed
default text wrap false
1 parent 63eb0db commit ebefa28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proto/decentraland/sdk/components/ui_text.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ message PBUiText {
2222
optional common.TextAlignMode text_align = 3; // alignment within the bounds (default: center)
2323
optional common.Font font = 4; // font for the text (default: sans-serif)
2424
optional int32 font_size = 5; // size of the text (default: 10)
25-
optional TextWrap text_wrap = 6; // wrap text when the border is reached (default: TW_WRAP)
25+
optional TextWrap text_wrap = 6; // wrap text when the border is reached (default: TW_NO_WRAP)
2626
}

0 commit comments

Comments
 (0)