Evgenia
22 Jan 2009, 2:07 AM
Hello.
I am investigating the RowLayout behaviour. As the first step I tried the
http://extjs.com/examples/layouts/rowlayout.html example and replaced
Text label1 = new Text("Test Label 1");
with
TextField<String> label1 = new TextField<String>();
Nothing else has been changed.
See what I've got:
http://i42.tinypic.com/av3eih.png
What is the reason for margins of the first field differs now from margins of the second one?
Thank you in advance.
I am investigating the RowLayout behaviour. As the first step I tried the
http://extjs.com/examples/layouts/rowlayout.html example and replaced
Text label1 = new Text("Test Label 1");
with
TextField<String> label1 = new TextField<String>();
Nothing else has been changed.
See what I've got:
http://i42.tinypic.com/av3eih.png
What is the reason for margins of the first field differs now from margins of the second one?
Thank you in advance.