mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
329dc9e0cf
We want to be able to express opaque grids. This means that the app provides either a row of columns of opaque nodes or a column of rows, and then the containers will magically figure it out. The main use case for this is terminals, which are uilt using cells. And when there's a transparent background configured but the contents are opaque, it'd be nice if we could figure that out. Also remove the 80% requirement. It is rather arbitrary and while it helps for some cases, the aforementioned grid would suffer.
13 lines
127 B
Plaintext
13 lines
127 B
Plaintext
color {
|
|
bounds: 0 0 50 50;
|
|
}
|
|
color {
|
|
bounds: 0 25 50 50;
|
|
}
|
|
color {
|
|
bounds: 0 50 50 50;
|
|
}
|
|
color {
|
|
bounds: 0 75 50 50;
|
|
}
|