FIX: Default size should be 13 pixels
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
eecf6f3c3b
commit
409b77c210
@@ -407,7 +407,7 @@ impl Default for Font {
|
|||||||
u: false,
|
u: false,
|
||||||
b: false,
|
b: false,
|
||||||
i: false,
|
i: false,
|
||||||
sz: 11,
|
sz: 13,
|
||||||
color: Some("#000000".to_string()),
|
color: Some("#000000".to_string()),
|
||||||
name: "Calibri".to_string(),
|
name: "Calibri".to_string(),
|
||||||
family: 2,
|
family: 2,
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ test('Styles work', () => {
|
|||||||
num_fmt: 'general',
|
num_fmt: 'general',
|
||||||
fill: { pattern_type: 'none' },
|
fill: { pattern_type: 'none' },
|
||||||
font: {
|
font: {
|
||||||
sz: 11,
|
sz: 13,
|
||||||
color: '#000000',
|
color: '#000000',
|
||||||
name: 'Calibri',
|
name: 'Calibri',
|
||||||
family: 2,
|
family: 2,
|
||||||
@@ -64,7 +64,7 @@ test('Styles work', () => {
|
|||||||
num_fmt: 'general',
|
num_fmt: 'general',
|
||||||
fill: { pattern_type: 'none' },
|
fill: { pattern_type: 'none' },
|
||||||
font: {
|
font: {
|
||||||
sz: 11,
|
sz: 13,
|
||||||
color: '#000000',
|
color: '#000000',
|
||||||
name: 'Calibri',
|
name: 'Calibri',
|
||||||
family: 2,
|
family: 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user