Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proto/decentraland/sdk/components/ui_text.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ message PBUiText {
optional common.TextAlignMode text_align = 3; // alignment within the bounds (default: center)
optional common.Font font = 4; // font for the text (default: sans-serif)
optional int32 font_size = 5; // size of the text (default: 10)
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)
}
Loading