fixup! statistics_dialog: Attempt to fix missing left padding before the first column
Fixes validation errors: "Invalid value '-5' in key 'border_size=' in tag [column]"
This commit is contained in:
parent
4fb2aaa7ab
commit
68f8e5fb16
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
|||
[column]
|
||||
grow_factor = 1
|
||||
border = "left"
|
||||
border_size = -5
|
||||
border_size = 0
|
||||
horizontal_grow = true
|
||||
[grid]
|
||||
linked_group = "detail"
|
||||
|
|
Loading…
Add table
Reference in a new issue