Align the portraits against the edges.
This commit is contained in:
parent
400e0f54c6
commit
99a9207ec8
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
[draw]
|
||||
|
||||
[image]
|
||||
x = "(255 - image_width)"
|
||||
x = 0
|
||||
y = "(250 - image_height)"
|
||||
# NOTE this image can be removed once we move to the final code.
|
||||
name = "shyde200.png"
|
||||
|
@ -55,7 +55,7 @@
|
|||
[draw]
|
||||
|
||||
[image]
|
||||
x = "(width - 255)"
|
||||
x = "(width - image_width)"
|
||||
y = "(250 - image_height)"
|
||||
# NOTE this image can be removed once we move to the final code.
|
||||
name = "arch_fem200.png"
|
||||
|
|
Loading…
Add table
Reference in a new issue