Kaydet (Commit) 2eb750cd authored tarafından Andrzej Hunt's avatar Andrzej Hunt

Align the pin-box description better.

This layouting isn't really great -- it would probably be better
to have some sort of normal widget construction in the longer run,
but for now this makes the dialog look a bit better.

Change-Id: Id40866b68992c9fb03049903fe19d4c68936945a
üst 1c01cf1e
......@@ -379,6 +379,9 @@ void ClientBox::RecalcAll()
aPos = Point( aEntryRect.Left() + GetTextWidth( sPinText ),
aEntryRect.Bottom() - TOP_OFFSET - aPinBoxSize.Height() );
m_aPinBox.SetPosPixel( aPos );
// The text would have it's TOP aligned with the top of
// the pin box -- hence we push it down to align baselines.
m_sPinTextRect += Point( 0, 4 );
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment