mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +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 25 50;
|
|
}
|
|
color {
|
|
bounds: 25 0 25 50;
|
|
}
|
|
color {
|
|
bounds: 50 0 25 50;
|
|
}
|
|
color {
|
|
bounds: 75 0 25 50;
|
|
}
|