Open ibilon opened 7 years ago
I'm trying to display a TextEntry with multiple lines but it doesn't work and also stays at the default size.
I tried the sample code from https://github.com/mono/xwt/blob/master/TestApps/Samples/Samples/TextEntries.cs (my entire file https://gist.github.com/ibilon/bc2a49c6160e29dae1e3884189e3019e)
I'm on linux, compiled with mcs /reference:Xwt.dll Test.cs, mono version is 4.2.0 and gtk 3.5.4 and using latest git of xwt (f981e414c3bfee29f5dc508cd099be9b67e0bc9e)
mcs /reference:Xwt.dll Test.cs
This is the result I get:
Seems to work on windows/wpf:
Related/Dup: #375
I'm trying to display a TextEntry with multiple lines but it doesn't work and also stays at the default size.
I tried the sample code from https://github.com/mono/xwt/blob/master/TestApps/Samples/Samples/TextEntries.cs (my entire file https://gist.github.com/ibilon/bc2a49c6160e29dae1e3884189e3019e)
I'm on linux, compiled with
mcs /reference:Xwt.dll Test.cs
, mono version is 4.2.0 and gtk 3.5.4 and using latest git of xwt (f981e414c3bfee29f5dc508cd099be9b67e0bc9e)This is the result I get: