forked from AuroraMiddleware/gtk
9ae0b8ed27
Ensure we draw the full backgorund on labels, not just where test appears.
12 lines
162 B
CSS
12 lines
162 B
CSS
GtkWindow {
|
|
background: darkred; /* should never be seen */
|
|
}
|
|
|
|
GtkBox {
|
|
background: red; /* should also never be seen */
|
|
}
|
|
|
|
GtkLabel {
|
|
background: green;
|
|
}
|