mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
repeat {
|
|
child: container {
|
|
color {
|
|
color: red;
|
|
bounds: 0 0 25 25;
|
|
}
|
|
color {
|
|
color: blue;
|
|
bounds: 25 25 25 25;
|
|
}
|
|
}
|
|
bounds: 0 0 100 100;
|
|
}
|