lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.79k stars 885 forks source link

How do I set the length and width of a TextEdit #694

Open zhosi opened 4 years ago

zhosi commented 4 years ago
TextEdit{
            AssignTo: &brokerID,

            MaxLength: 10,
            MaxSize:   Size{20, 20},
        },

This setting is completely ineffective

lxn commented 3 years ago

Hard to answer without seeing the whole structure of your GUI.