~zsombi/ubuntu-ui-toolkit/statesaver-signals

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/ucfontutils.cpp

prereq merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    } else if (size == "large") {
94
94
        return 1.414;
95
95
    } else if (size == "x-large") {
96
 
        return 2.328;
 
96
        return 1.905;
97
97
    }
98
98
    return 0.0;
99
99
}