MP Staging: fixed header misalignment
For some reason, the left/right borders made them even more out of alignment. Optimally, these should still be shifted 5 px to the right each, but that's a problem for another day (it'd likely mean a new label definition).
This commit is contained in:
parent
f7ee888456
commit
e46fc2faa3
1 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
border = "all"
|
||||
border = "top,bottom"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
border = "all"
|
||||
border = "top,bottom"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
||||
|
@ -59,7 +59,7 @@
|
|||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
border = "all"
|
||||
border = "top,bottom"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
|||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
border = "all"
|
||||
border = "top,bottom"
|
||||
border_size = 5
|
||||
horizontal_alignment = "left"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue