Hey Omer,

A layout manager will not change the 'overflow' settings of a widget that
you insert. The superimposition is because the default CSS overflow setting
is 'visible'. In practice you may want to change this to 'hidden' or 'auto'
(to show scrollbars if necessary).

I can't readily answer the other problems since I'm not sure what you're
doing that causes this?

Regards,
koen

2014-10-31 17:31 GMT+01:00 Omar GIVERNAUD <o.givern...@gmail.com>:

> Hi all,
>
> I don't know much about css/html that's why I love wt. However I often got
> trouble with widget getting compressed or superposed.
>
> For example:
> * WLineEdit that become so thin thant we can't see the text inside.
> * Chart that get compressed/stretch in one direction and loose ratio
> * Adding a new widget in a WVBoxLayout makes the previous widget get
> superposed
>
> Is there a simple way to avoid those cases?
> Would it be possible to have more complex example than the in the widget
> gallery?
>
> Regards
>
> trax
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>
------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to