~bpierre/ubuntu-ui-toolkit/radiobutton

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/plugin/ucfontutils.h

  • Committer: Tarmac
  • Author(s): Tim Peeters
  • Date: 2015-12-22 12:33:12 UTC
  • mfrom: (1774.1.9 fontSize)
  • Revision ID: tarmac-20151222123312-ypz9ivkazf7xhgor
Update font sizes. Fixes: https://bugs.launchpad.net/bugs/1528263.

Approved by PS Jenkins bot, Zsombor Egri.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
public:
28
28
    static constexpr float fontUnits = 14.0f;
29
 
    static constexpr float xxSmallScale = 0.677f;
30
 
    static constexpr float xSmallScale = 0.804f;
31
 
    static constexpr float smallScale = 0.931f;
32
 
    static constexpr float mediumScale = 1.079f;
33
 
    static constexpr float largeScale = 1.291f;
34
 
    static constexpr float xLargeScale = 1.714f;
 
29
    static constexpr float xxSmallScale = 0.606f;
 
30
    static constexpr float xSmallScale = 0.707f;
 
31
    static constexpr float smallScale = 0.857f;
 
32
    static constexpr float mediumScale = 1.0f;
 
33
    static constexpr float largeScale = 1.414f;
 
34
    static constexpr float xLargeScale = 1.905f;
35
35
 
36
36
    static UCFontUtils& instance()
37
37
    {