Title says is all, I have a fairly standard WGridlayout, 2 colums, 3 rows. The first column contains a WLabel on each row, the second column contains resp. a WLineEdit, a WComboBox and a WTextEdit.
On safari, the WTextEdit is too small : only the toolbar is visible, not the edit portion of the widget. Setting a minimumsize didn't help. The only thing that did the trick was changing the WLabel in the same row into a WText and making it long enough to wordwrap and artifically blow up to height of the row. On internet explorer, this combination works. One small glitch : the lineedit is about 10 pixels longer than both the combobox and the WTextEdit. While on Safari they are the same width, as it should be. PS. when will there be a good public bugtracker for Wt! cu bart ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
