small font size is set to be default

and its value matched to Qlik defalut font size
This commit is contained in:
ahmed-Bazzara
2019-02-20 15:44:36 +01:00
parent 34477d7ef1
commit e70e76a401
2 changed files with 3 additions and 3 deletions

View File

@@ -185,7 +185,7 @@ const formatted = {
label: 'Medium'
}
],
defaultValue: 2
defaultValue: 1
},
ColumnWidthSlider: {
type: 'number',

View File

@@ -39,8 +39,8 @@ function getAlignment (option) {
function getFontSizeAdjustment (option) {
const fontSizeAdjustmentOptions = {
1: -2,
2: 0,
1: -1,
2: 1,
3: 2
};