Ticket #706 (new defect)
Spacers don't expand to the dedicated maximum space
| Reported by: | totycro@… | 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
In this example, the spacer should take space until the HBox has a width of 200, but it only goes as far as the Icon's and the Label's combined, i.e. it does not fulfill its purpose.
<VBox min_size="200,0" size="200,0" max_size="200,20000" >
<HBox padding="0" >
<Icon image="content/gui/images/resbar_stats/gold_icon.png"/>
<Spacer/>
<Label name="gold_stats_value" text="+343" />
</HBox>
</VBox>
Change History
Note: See
TracTickets for help on using
tickets.
