Skip to content

Commit e8c9707

Browse files
committed
Fix testcases
1 parent 426c956 commit e8c9707

File tree

5 files changed

+760
-760
lines changed

5 files changed

+760
-760
lines changed

src/chart/main/style.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Chart Chart::def()
405405
{
406406
.paddingTop = Gfx::Length::Emphemeral(12 / 14.0),
407407
.paddingRight = Gfx::Length::Emphemeral(5 / 14.0),
408-
.paddingBottom = Gfx::Length::Emphemeral(5 / 14.0),
408+
.paddingBottom = Gfx::Length::Emphemeral(15 / 14.0),
409409
.paddingLeft = Gfx::Length::Emphemeral(5 / 14.0)
410410
},
411411
Font

0 commit comments

Comments
 (0)