Ticket #659 (new enhancement)
Inherit max_size properties for children of VBox and HBox widgets
| Reported by: | ChrisOelmueller | Owned by: | FIFE |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.3.5 |
| Component: | engine/extensions/pychan | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Time planned: | ||
| Time remaining: | Time spent: |
Description
- add a Label(wrap_text=True) to a VBox with a defined max_size
- => it is not wrapping anything unless you add the same max_size to the Label itself
If I set Label(max_size=(150,42178), wrap_text=True), everything is fine for VBoxes (and similarly (42178,40) for HBoxes) but in my opinion, a widget should check for the max_size of parent widgets since this size will be the limit anyways
Change History
Note: See
TracTickets for help on using
tickets.
