#1238 closed todo (fixed)
hide ElementBoxWidget label to meet size constraint
| Reported by: | Ichthyostega | Owned by: | Ichthyostega |
|---|---|---|---|
| Priority: | normal | Milestone: | 0integration |
| Component: | lumieraGui | Keywords: | GTK gui layout |
| Sub Tickets: | #1235 | Parent Tickets: | #1219, #1242 |
Description (last modified by )
As lumiera developer,
I want ElementBoxWidget to automatically manage and hide the ID label,
to allow for adhering to external size constrains due to calibrated timeline display
Acceptance Criteria
- Given
-
- running Lumiera UI
- instance of
ElementBoxWidgetwith non-empty Name-ID
- When
-
- a horizontal size constraint is imposed on construction of the widget
- And the rendered Text label widget with the given Name-ID would violate that constraint
- Then
- the nested label widget will be hidden and removed from display
Change history (4)
comment:1 by , at 2022-09-29T12:49:20Z
| Status: | new → accepted |
|---|
comment:2 by , at 2022-10-03T04:03:44Z
| blocking: | 1219 → 1219, 1242 |
|---|
comment:3 by , at 2022-10-03T04:10:28Z
| blockedby: | → 1235 |
|---|---|
| Description: | modified (diff) |
| Resolution: | → fixed |
| Status: | accepted → closed |
In ea53ef34/Lumiera:
comment:4 by , at 2025-12-25T00:00:00Z
| blockedby: | 1235 |
|---|---|
| blocking: | 1219, 1242 |
| Parent Tickets: | → 1219, 1242 |
| Sub Tickets: | → 1235 |
Migration MasterTickets ⟼ Subtickets-plugin
Note:
See TracTickets
for help on using tickets.

The way how to deal with size-constrained widgets seems basically clear by now, indicating also how to solve the first part of this problem here: not showing the label right from start -- unless there is enough space to render it. What remains to be done is to also hide the label on changing size constraints (which will happen when chaning the zoom scale on the timeline display)