diff options
author | Aleric Inglewood | 2010-11-05 14:33:52 +0100 |
---|---|---|
committer | McCabe Maxsted | 2010-11-05 14:09:58 -0700 |
commit | 77444695c7eef38826a85aff5fb9f0fb97b8f9ce (patch) | |
tree | 084ba7f39a9402ac03e673b2f3cad966edfd9385 /MANIFESTO.txt | |
parent | Center the "loading..." text on the login page. (diff) | |
download | meta-impy-77444695c7eef38826a85aff5fb9f0fb97b8f9ce.zip meta-impy-77444695c7eef38826a85aff5fb9f0fb97b8f9ce.tar.gz meta-impy-77444695c7eef38826a85aff5fb9f0fb97b8f9ce.tar.bz2 meta-impy-77444695c7eef38826a85aff5fb9f0fb97b8f9ce.tar.xz |
IMP-592: Extend login screen menu bar till the top of the window.
Basically, this Linden code is just horribly broken.
I spend already too much time on this (two days) for dead code, so I
settled for a minimal fix for this particular case that works, instead
of fixing their code properly.
The problem is that without specifying "bottom" the code adds 4 pixels
(VPAD) between whatever widget that is added and it's parents top
(in LLView::createRect). In order to be sure that bottom is exactly
minus the height, I had to specify the height too; hopefully this
value is the same for everyone cause theorectically it depends on the
font size (4 + fontheight + 4). The default height of the Linden
code is only 4 + fontheight (they leave off the VPAD).
Diffstat (limited to 'MANIFESTO.txt')
0 files changed, 0 insertions, 0 deletions