Code review comment for lp://qastaging/~renatofilho/unity/unity-lp876017-fixes

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

> Another thing that should be fixed is the titlebar font, You're actually using
> a sans font, but you should instead use the system font; you can see again
> QuicklistMenuItem::DrawText how to get the proper font name and dpi values.

Err... I didn't remember I wrote Style::Instance().GetFontDescription(PanelItem::TITLE), you can safely use this. See the panelmenuview code for this too ;)

« Back to merge proposal