There was an error while loading. Please reload this page.
1 parent 63eb0db commit ebefa28Copy full SHA for ebefa28
1 file changed
proto/decentraland/sdk/components/ui_text.proto
@@ -22,5 +22,5 @@ message PBUiText {
22
optional common.TextAlignMode text_align = 3; // alignment within the bounds (default: center)
23
optional common.Font font = 4; // font for the text (default: sans-serif)
24
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)
+ optional TextWrap text_wrap = 6; // wrap text when the border is reached (default: TW_NO_WRAP)
26
}
0 commit comments