#Label without max size

1 messages · Page 1 of 1 (latest)

floral abyss
#

Full text does not appear

{
        "stackpanel": {
          "type": "stack_panel",
          "collection_name": "student_buttons_collection",
          "size": [220,220],
          "offset": "$my_title_offset",
          "anchor_from": "top_left",
          "anchor_to": "top_left",
          "orientation": "horizontal",
          "controls": [
            {
              "title_label": {
                "type": "label",
                "size": ["100%", "100%"],
                "text": "#student_button_text",
                "collection_index": 1,
                "bindings": [
                  {
                    "binding_name": "#student_button_text",
                    "binding_type": "collection",
                    "binding_collection_name": "student_buttons_collection"
                  },
                  {
                    "binding_name": "$visible_binding",
                    "binding_type": "collection",
                    "binding_name_override": "#visible",
                    "binding_collection_name": "student_buttons_collection"
                  }
                ]
              }
            }
          ]
        }
      }
floral abyss
#

max character is 16