[sdk] unable to set fixed dimensions for a given Dialog element.
Bug #1249325 reported by
Francisco Merino
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Zoltan Balogh | ||
Ubuntu UX |
Fix Released
|
High
|
Jouni Helminen | ||
ubuntu-ui-toolkit (Ubuntu RTM) |
Fix Released
|
High
|
Zsombor Egri |
Bug Description
It seems as right now, it's not possible to set fixed height and width to a dialog element. I would love to be able to do this because now I have a dialog element cointaining both a listview and a button and I'm unable to put everything in the right position. I can't see the complete strings which should appear inside the listview, the button overlaps the dialog's title, etc.
Related branches
lp://staging/~zsombi/ubuntu-ui-toolkit/dialogFacelift
- PS Jenkins bot: Approve (continuous-integration)
- Zoltan Balogh: Approve
-
Diff: 106 lines (+20/-28)3 files modifiedcomponents.api (+2/-1)
examples/ubuntu-ui-toolkit-gallery/Dialog.qml (+3/-3)
src/Ubuntu/Components/Popups/1.3/Dialog.qml (+15/-24)
summary: |
- unable to set fixed dimensions for a given Dialog element. + [sdk] unable to set fixed dimensions for a given Dialog element. |
Changed in ubuntu-ux: | |
assignee: | nobody → Jouni Helminen (jounihelminen) |
status: | New → Triaged |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → Incomplete |
no longer affects: | ubuntu-ui-toolkit |
Changed in ubuntu-ux: | |
importance: | Undecided → High |
Changed in ubuntu-ux: | |
assignee: | Jouni Helminen (jounihelminen) → nobody |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Incomplete → In Progress |
assignee: | nobody → Zsombor Egri (zsombi) |
importance: | Undecided → High |
affects: | ubuntu-ui-toolkit (Ubuntu) → ubuntu-ui-toolkit (Ubuntu RTM) |
Changed in canonical-devices-system-image: | |
milestone: | none → ww02-2016 |
assignee: | nobody → Zoltan Balogh (bzoltan) |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
status: | New → In Progress |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The dialog automatically determines its size, and it will be different on different screen sizes. Fixed height/width can give problems when changing window/screen sizes. Any ideas from design how to deal with this?