You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
329 B
15 lines
329 B
# Used in the layouts.rb sample in conjunction with custom-layout.yml |
|
# |
|
# When used with custom-layout.yml loaded first, this layout overrides subtitle |
|
subtitle: |
|
x: 150 |
|
y: 150 |
|
width: 575 |
|
height: 60 |
|
align: left |
|
valign: middle |
|
font_size: 25 |
|
# This one is completely new |
|
description: |
|
extends: subtitle |
|
y: += 350
|
|
|