Unity Greeter - Panel should be centred vertically
Bug #1059486 reported by
Calum Pringle
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Incomplete
|
High
|
Calum Pringle | ||
unity-greeter (Ubuntu) |
Triaged
|
High
|
Unassigned |
Bug Description
The input panel (container of password and username fields) should be centred, still on the grid, vertically. Currently this bug can be seen most clearly on Remote Sessions and the Session Menu.
Changed in ayatana-design: | |
assignee: | nobody → Calum Pringle (calumpringle) |
status: | New → Fix Committed |
tags: | added: udp |
Changed in unity-greeter: | |
status: | New → Confirmed |
Changed in unity-greeter (Ubuntu): | |
status: | New → Confirmed |
Changed in ayatana-design: | |
importance: | Undecided → High |
Changed in unity-greeter: | |
status: | Confirmed → Incomplete |
Changed in unity-greeter (Ubuntu): | |
status: | Confirmed → Incomplete |
Changed in unity-greeter: | |
importance: | Undecided → Medium |
Changed in unity-greeter (Ubuntu): | |
importance: | Undecided → Medium |
summary: |
- Panel should be centred vertically + Unity Greeter - Panel should be centred vertically |
Changed in ayatana-design: | |
status: | Fix Committed → Incomplete |
no longer affects: | unity-greeter |
To post a comment you must log in.
The input panel is centered with the following logic:
* The grid starts in the center of the screen so that the grid doesn't look uneven at the edge of the screen.
* The input panel is placed as vertically as it can while still aligning it to the grid (on my 1366x768 screen there are 19 rows so the panel aligns exactly. On other resolutions there might be an even number of rows which will cause the panel to have to be slightly above or below the center line).
* The panel is assumed to be three rows high (which is what it was only allowed to be in the past). In the case of the remote login box (and other cases) this panel needs four rows high. So in my case the remote login panel is not centered anymore (it has 7 rows below and 8 above) and this again will vary for differing resolutions.
What resolution are you using and can you measure the grid spacing in your case?