File: Layout.ad

package info (click to toggle)
kgames 1.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,820 kB
  • sloc: ansic: 26,802; yacc: 1,067; lex: 216; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*allowShellResize: true
*label1.label: Label 1 Label 1
*label2.label: Label 2 Label 2
*label3.label: Label 3 Label 3
*cards.numRows: 12
*cards.numCols: 2
*cards.overlap: vertical
*cards.smallCards: false
*cards.rowsHint: true
*layout: vertical { \
		NormalSpace = (25 % of height cards) \
		NormalAdjust = 25% \
		horizontal {\
			$NormalSpace < +infinity -$NormalSpace > \
			label1 label2 label3 \
			$NormalSpace < +infinity -$NormalSpace > \
		} \
		horizontal {\
			cards < * +infinity -$NormalAdjust > \
			0 < +infinity > \
		} \
	}